wok diff cups/receipt @ rev 2764

Reduce cups pkg size
author Rohit Joshi <jozee@slitaz.org>
date Sun Apr 26 16:00:45 2009 +0000 (2009-04-26)
parents cd2dbe78928e
children 65da49e90d40
line diff
     1.1 --- a/cups/receipt	Sun Apr 26 15:41:46 2009 +0000
     1.2 +++ b/cups/receipt	Sun Apr 26 16:00:45 2009 +0000
     1.3 @@ -46,15 +46,12 @@
     1.4  	cp -a $_pkg/usr/lib/cups $fs/usr/lib
     1.5  	cp -a $_pkg/usr/share/cups $fs/usr/share
     1.6  	cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/cups.png $fs/usr/share/pixmaps
     1.7 -	cp -a $_pkg/var $fs
     1.8 -	
     1.9 +	cp -a $_pkg/var $fs	
    1.10  	
    1.11  	# We need the doc for CSS, images and help in the web interface.
    1.12  	cp -a $_pkg/usr/share/doc $fs/usr/share
    1.13  	
    1.14 -
    1.15  	# tazwok does not strip files other than .so in usr/lib
    1.16 -	# --strip-all Binaries.
    1.17  		
    1.18  	for dir in $fs/usr/lib/cups
    1.19  	do