wok-stable diff apache/receipt @ rev 9717

slitaz-toolchain: Let create a new toolchain in one command for cookutils
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 01:35:10 2011 +0200 (2011-05-09)
parents a1644dbcf632
children 0b4f8654ae43
line diff
     1.1 --- a/apache/receipt	Sat May 07 23:47:19 2011 +0200
     1.2 +++ b/apache/receipt	Mon May 09 01:35:10 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 &&