libraries/stfl: Avoid build potential failure.

This commit is contained in:
Benjamin Trigona-Harany 2018-03-30 15:34:26 -07:00 committed by Willy Sudiarto Raharjo
parent b95addde95
commit 19e5de9e8a

View file

@ -63,7 +63,8 @@ make install \
prefix=/usr \ prefix=/usr \
mandir=/usr/man \ mandir=/usr/man \
libdir=lib${LIBDIRSUFFIX} \ libdir=lib${LIBDIRSUFFIX} \
DESTDIR=$PKG DESTDIR=$PKG \
-j 1
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
find $PKG -depth -type d -empty -delete || true find $PKG -depth -type d -empty -delete || true