mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/stfl: Avoid build potential failure.
This commit is contained in:
parent
b95addde95
commit
19e5de9e8a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue