wok-next diff puzzles/receipt @ rev 8350
Fix: wv needs -j1 to install.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 02 05:08:40 2011 +0000 (2011-02-02) |
parents | dc0644f601c0 |
children | 25e8d0cf0cbf |
line diff
1.1 --- a/puzzles/receipt Sat Sep 25 14:16:28 2010 +0200 1.2 +++ b/puzzles/receipt Wed Feb 02 05:08:40 2011 +0000 1.3 @@ -15,6 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/-pedantic//' Makefile mkfiles.pl 1.8 mkdir -p _pkg/usr/local/games 2> /dev/null 1.9 make && 1.10 make DESTDIR=$PWD/_pkg install