wok diff lighttpd-ssl/receipt @ rev 8833

Fix: tazdev receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 16:18:46 2011 +0100 (2011-02-24)
parents 0b4cf0d9e1b5
children cab40ed8020d
line diff
     1.1 --- a/lighttpd-ssl/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.2 +++ b/lighttpd-ssl/receipt	Thu Feb 24 16:18:46 2011 +0100
     1.3 @@ -25,14 +25,13 @@
     1.4  rewrite
     1.5  status
     1.6  userdir"
     1.7 -SRC_WANTED="$SOURCE"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13  	if [ ! done.fastcgi_detach.patch ]; then
    1.14 -		patch -i ../stuff/fastcgi_detach.patch || return 1
    1.15 +		patch -i $WOK/$SOURCE/stuff/fastcgi_detach.patch || return 1
    1.16  		touch done.fastcgi_detach.patch
    1.17  	fi
    1.18  	./configure \
    1.19 @@ -64,8 +63,8 @@
    1.20  	done
    1.21  
    1.22  	# Server root and config file.
    1.23 -	cp -a stuff/var $fs
    1.24 -	cp -a stuff/etc $fs
    1.25 +	cp -a $WOK/$SOURCE/stuff/var $fs
    1.26 +	cp -a $WOK/$SOURCE/stuff/etc $fs
    1.27  	chown -R 0.0 $fs/var/www
    1.28  	chown -R 0.0 $fs/etc
    1.29  	mkdir -p $fs/etc/ssl/lighttpd