wok-4.x diff ruby/receipt @ rev 6438
scummvm & beneath-a-steel-sky : Move data in /usr/games (thanks seawolf)
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Tue Sep 28 01:23:14 2010 +0200 (2010-09-28) |
parents | 8f21931904cc |
children | 4573c94ec06e |
line diff
1.1 --- a/ruby/receipt Thu May 13 14:07:53 2010 -0400 1.2 +++ b/ruby/receipt Tue Sep 28 01:23:14 2010 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 cd $src 1.5 patch -Np1 < ../stuff/openssl-1.0.patch 1.6 ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS && 1.7 - make && 1.8 + make -j 4 && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11