wok diff cups/receipt @ rev 17739

fatback: rebuild configure
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 17:02:15 2015 +0100 (2015-03-06)
parents ed3853c1fdf0
children 7937664be9cc
line diff
     1.1 --- a/cups/receipt	Thu Dec 12 08:15:03 2013 +0000
     1.2 +++ b/cups/receipt	Fri Mar 06 17:02:15 2015 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4  		--with-dbusdir=/etc/dbus-1 \
     1.5  		--with-cups-user=nobody \
     1.6  		--with-cups-group=nogroup \
     1.7 -		--with-languages="de es fr" \
     1.8 +		--with-languages="de es fr pt_BR ru" \
     1.9  		--with-pdftops=pdftops \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12 @@ -60,15 +60,6 @@
    1.13  	cp -a $install/usr/share/icons/hicolor/32x32/apps/cups.png $fs/usr/share/pixmaps
    1.14  	cp -a $install/var $fs
    1.15  
    1.16 -	# tazwok does not strip files other than .so in usr/lib
    1.17 -
    1.18 -	for dir in $fs/usr/lib/cups
    1.19 -	do
    1.20 -		if [ -d "$dir" ]; then
    1.21 -			find $dir -type f -exec strip -s '{}' 2>/dev/null \;
    1.22 -		fi
    1.23 -	done
    1.24 -
    1.25  	# Daemon script
    1.26  	cp -a $stuff/etc $fs
    1.27