wok diff libsdl-net-dev/receipt @ rev 8894

Made lighttpd and lighttpd-ssl only backup vhosts.conf and lighttpd.conf in /etc/lighttpd folder. Doesn't need to backup full /etc/lighttpd folder cause only those files would be affected.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 27 13:44:14 2011 +0000 (2011-02-27)
parents 861c991ceaef
children 8c08820e8dfb
line diff
     1.1 --- a/libsdl-net-dev/receipt	Sat Nov 27 18:19:05 2010 +0000
     1.2 +++ b/libsdl-net-dev/receipt	Sun Feb 27 13:44:14 2011 +0000
     1.3 @@ -14,8 +14,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	
     1.8 -	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10  	cp -a $_pkg/usr/include $fs/usr
    1.11  }