wok diff streamripper/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 410630f6493d
children 408c87fa22ca
line diff
     1.1 --- a/streamripper/receipt	Wed Mar 03 10:41:01 2010 +0100
     1.2 +++ b/streamripper/receipt	Sun Feb 27 13:44:14 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="streamripper"
     1.7 -VERSION="1.63.0"
     1.8 +VERSION="1.64.6"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Record streaming mp3 to your hard drive."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -28,5 +28,4 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15  	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17  }