mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
misc/gprename: Use -j1 in SlackBuild.
Fixes build failure on -current. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
49951bcfad
commit
71bc425594
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-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 \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
Loading…
Reference in a new issue