wok-4.x diff opal/receipt @ rev 12338
Fixed a flag error in the receipt
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Mon Sep 24 09:13:21 2012 +0200 (2012-09-24) |
parents | 49e501a55595 |
children |
line diff
1.1 --- a/opal/receipt Sat Jul 10 09:37:09 2010 +0200 1.2 +++ b/opal/receipt Mon Sep 24 09:13:21 2012 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 ./configure --prefix=/usr --bindir=/bin \ 1.5 --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make -j 4 && 1.8 + make $MAKEFLAGS && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11