wok rev 8652
Fixed lighttpd-ssl to not use stuff soft line but to use it directly.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 15 20:49:24 2011 +0000 (2011-02-15) |
parents | b7657ab06793 |
children | f79f77d348c0 a432ef48c979 |
files | lighttpd-ssl/receipt lighttpd-ssl/stuff |
line diff
1.1 --- a/lighttpd-ssl/receipt Tue Feb 15 20:00:18 2011 +0000 1.2 +++ b/lighttpd-ssl/receipt Tue Feb 15 20:49:24 2011 +0000 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