wok-next rev 10066
warmux: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 05:14:25 2011 +0000 (2011-05-20) |
parents | ad480a4addbc |
children | 7cb6e714c613 |
files | warmux/receipt |
line diff
1.1 --- a/warmux/receipt Fri May 20 05:10:29 2011 +0000 1.2 +++ b/warmux/receipt Fri May 20 05:14:25 2011 +0000 1.3 @@ -29,7 +29,8 @@ 1.4 mkdir -p $DESTDIR/usr/share/warmux 1.5 ./configure \ 1.6 --bindir=/usr/games \ 1.7 - --with-font-path=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf && 1.8 + --with-font-path=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \ 1.9 + $CONFIGURE_ARGS && 1.10 make && 1.11 make -j1 install 1.12 }