mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 12:06:26 +00:00
scoutfs-utils: make scoutfs binary executable
The %defattr in the %files section was accidentally setting the installed scoutfs binary's mode to 644. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -55,6 +55,7 @@ install -m 644 -D src/format.h $RPM_BUILD_ROOT%{_includedir}/scoutfs/format.h
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%{_mandir}/man7/scoutfs-corruption.7.gz
|
||||
%defattr(755,root,root,755)
|
||||
%{_sbindir}/scoutfs
|
||||
|
||||
%files -n scoutfs-devel
|
||||
|
||||
Reference in New Issue
Block a user