system/dvdisaster: Fixed to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7996b0b9f2
commit
9fcf334dce
|
@ -66,7 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--with-nls=yes \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in New Issue