mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/vtwm: Force using -j1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c492c51265
commit
55da861820
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ sed -i Imakefile \
|
|||
-e 's:-I/usr/local/include::g'
|
||||
|
||||
xmkmf
|
||||
make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS"
|
||||
make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" -j1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/share/vtwm
|
||||
|
|
Loading…
Reference in a new issue