forked from ports/contrib
p5-date-manip: clean Pkgfile
This commit is contained in:
parent
956968203c
commit
4c951bd58d
@ -18,12 +18,12 @@ build() {
|
||||
|
||||
# Remove perlcrap
|
||||
find $PKG -type f \( \
|
||||
-name '.packlist' -or \
|
||||
-name '*.bs' -or \
|
||||
-name 'autosplit.ix' -or \
|
||||
-name '.packlist' -o \
|
||||
-name '*.bs' -o \
|
||||
-name 'autosplit.ix' -o \
|
||||
-name 'perllocal.pod' \) -delete
|
||||
|
||||
# Remove empty directories
|
||||
find $PKG -depth -empty -exec rm -rf {} \;
|
||||
find $PKG -depth -empty -delete
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user