system/dvdisaster: Fixed to use -j1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-24 11:15:53 +00:00 committed by Willy Sudiarto Raharjo
parent 7996b0b9f2
commit 9fcf334dce
1 changed files with 1 additions and 1 deletions

View File

@ -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 \