wok diff apache/receipt @ rev 9697

a*, b*, c*: starte with a tiny sed in the wok for stuff/ --> $/stuff
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 07 23:47:19 2011 +0200 (2011-05-07)
parents 4f6dafa1cfd3
children fc20a2fab76c
line diff
     1.1 --- a/apache/receipt	Tue Oct 19 02:24:10 2010 +0000
     1.2 +++ b/apache/receipt	Sat May 07 23:47:19 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 &&
    1.12 @@ -41,7 +41,7 @@
    1.13  	rm -rf $fs/etc/apache/original
    1.14  	cp -a $_pkg/var $fs
    1.15  	
    1.16 -	cp -a stuff/apache $fs/etc/init.d
    1.17 +	cp -a $stuff/apache $fs/etc/init.d
    1.18  
    1.19  	sed -i  -e 's|User daemon|User www|' -e 's|Group daemon|Group www|' \
    1.20  		-e 's|ServerAdmin you@example.com|ServerAdmin root@localhost|' \