wok diff apache/receipt @ rev 9698

Fixed bugs from last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 07 17:51:17 2011 +0000 (2011-05-07)
parents a1644dbcf632
children 0b4f8654ae43
line diff
     1.1 --- a/apache/receipt	Sat May 07 23:47:19 2011 +0200
     1.2 +++ b/apache/receipt	Sat May 07 17:51:17 2011 +0000
     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 &&