Fix permissions verbosely
This commit is contained in:
parent
0727560eee
commit
8c4c013465
@ -49,8 +49,8 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -a -empty -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user