Find: changed options order

This commit is contained in:
Jose Pedro Oliveira 2007-01-11 14:23:59 +00:00
parent 8ed3911ef1
commit b821196523
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*