wok-next diff apache/receipt @ rev 9715

glibc-base: remove post_install() it not working and not usefull
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 23:49:22 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 23:49:22 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 &&