# HG changeset patch # User Christopher Rogers # Date 1297802964 0 # Node ID df3ccb15ee3c4951c6fd9dcaa184e1fe34a5fa93 # Parent b7657ab0679312298ffe26d0103eb16a32a85c46 Fixed lighttpd-ssl to not use stuff soft line but to use it directly. diff -r b7657ab06793 -r df3ccb15ee3c lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Tue Feb 15 20:00:18 2011 +0000 +++ b/lighttpd-ssl/receipt Tue Feb 15 20:49:24 2011 +0000 @@ -25,14 +25,13 @@ rewrite status userdir" -SRC_WANTED="$SOURCE" # Rules to configure and make the package. compile_rules() { cd $src if [ ! done.fastcgi_detach.patch ]; then - patch -i ../stuff/fastcgi_detach.patch || return 1 + patch -i $WOK/$SOURCE/stuff/fastcgi_detach.patch || return 1 touch done.fastcgi_detach.patch fi ./configure \ @@ -64,8 +63,8 @@ done # Server root and config file. - cp -a stuff/var $fs - cp -a stuff/etc $fs + cp -a $WOK/$SOURCE/stuff/var $fs + cp -a $WOK/$SOURCE/stuff/etc $fs chown -R 0.0 $fs/var/www chown -R 0.0 $fs/etc mkdir -p $fs/etc/ssl/lighttpd diff -r b7657ab06793 -r df3ccb15ee3c lighttpd-ssl/stuff --- a/lighttpd-ssl/stuff Tue Feb 15 20:00:18 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../lighttpd/stuff \ No newline at end of file