PATCH 3: Make sure the wrapper script is executable

Related: #1982642
This commit is contained in:
Michal Schorm 2021-07-14 16:55:26 +02:00
parent 21365abe46
commit 5cb86dd9b2
1 changed files with 4 additions and 1 deletions

View File

@ -99,7 +99,10 @@ sed -i 's;/usr/bin/garbd;/usr/sbin/garbd;g' %{buildroot}/usr/sbin/garb-systemd
%{_sbindir}/garbd
#%{_sbindir}/garbd-wrapper
%{_sbindir}/garb-systemd
# PATCH 3:
# Make sure the wrapper script is executable
%attr(755, -, -) %{_sbindir}/garb-systemd
%{_mandir}/man8/garbd.8*