mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/calc: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8d5a1f1b00
commit
19d6509d14
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
make \
|
||||
make -j1 \
|
||||
EXTRA_CFLAGS="$SLKCFLAGS" \
|
||||
SCRIPTDIR=/usr/libexec/calc \
|
||||
LIBDIR=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
Loading…
Reference in a new issue