- spec file fix

This commit is contained in:
Radek Vokál 2005-02-24 09:41:13 +00:00
parent 767860a217
commit a4b6f7e16e
1 changed files with 2 additions and 2 deletions

View File

@ -225,8 +225,8 @@ find $RPM_BUILD_ROOT -name perllocal.pod \
| xargs -ri rm -f {}
# no empty directories
find $RPM_BUILD_ROOT/$installvendorarch \
-depth -type d -a -empty -exec rmdir {} \;
#find $RPM_BUILD_ROOT/$installvendorarch \
# -depth -type d -a -empty -exec rmdir {} \;
# build files list
find $RPM_BUILD_ROOT/$installvendorarch -type f -print \