misc/gprename: Use -j1 in SlackBuild.

Fixes build failure on -current.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Spencer 2015-08-04 01:48:03 +01:00 committed by Willy Sudiarto Raharjo
parent 49951bcfad
commit 71bc425594

View file

@ -49,7 +49,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make install DESTDIR=$PKG/usr PREFIX=/usr
make -j1 install DESTDIR=$PKG/usr PREFIX=/usr
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true