mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/perl-dbd-sqlite: remove empty dirs better.
This commit is contained in:
parent
37d49bcd70
commit
9f23689634
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@ rm -rf $PKG/usr/share
|
|||
)
|
||||
|
||||
# Remove empty leftovers
|
||||
rm -rf $PKG/usr/lib$LIBDIRSUFFIX/perl5/5.10.0
|
||||
find $PKG \( -name perllocal.pod -o -name .packlist -o \
|
||||
-name '*.bs' -empty \) -delete
|
||||
find $PKG -depth -type d -empty -delete
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
Loading…
Reference in a new issue