2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

remove the perllocal.pod file which maybe conflic with other pkg

This commit is contained in:
daniceexi 2009-03-19 11:15:51 +00:00
parent caff75af27
commit 4ecd08d5dc

View File

@ -61,11 +61,9 @@ cmd=/usr/share/spec-helper/compress_files
[ -x $cmd ] || cmd=/usr/lib/rpm/brp-compress
[ -x $cmd ] && $cmd
# remove special files
#find %{buildroot} -name "perllocal.pod" \
# -o -name ".packlist" \
# -o -name "*.bs" \
# |xargs -i rm -f {}
# remove special directories and files
find %{buildroot} -name "aix-thread-multi" \
|xargs -i rm -r -f {}
# no empty directories
#find %{buildroot}%{_prefix} \