Fix permissions by macro

This commit is contained in:
Petr Písař 2014-12-12 12:37:25 +01:00
parent 512c6d3b51
commit 6f5e213d83
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ make %{?_smp_mflags}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
chmod -R u+w %{buildroot}/*
%{_fixperms} '%{buildroot}'/*
%check
make test