Fix permissions verbosely

This commit is contained in:
Paul Howarth 2023-05-10 10:24:59 +01:00
parent 0727560eee
commit 8c4c013465

View File

@ -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