wok-next diff apache/receipt @ rev 9704
gcc: make it build with cookutils and let tazwok use its functions
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 20:03:09 2011 +0200 (2011-05-08) |
parents | a1644dbcf632 |
children | 0b4f8654ae43 |
line diff
1.1 --- a/apache/receipt Sat May 07 23:47:19 2011 +0200 1.2 +++ b/apache/receipt Sun May 08 20:03:09 2011 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 { 1.5 cd $src 1.6 grep -q Slitaz config.layout || \ 1.7 - cat ../$stuff/slitaz.layout >> config.layout 1.8 + cat $stuff/slitaz.layout >> config.layout 1.9 ./configure --mandir=/usr/share/man --enable-mods-shared=all \ 1.10 --enable-proxy --enable-ssl \ 1.11 --enable-layout=Slitaz $CONFIGURE_ARGS &&