wok diff cups-pam/receipt @ rev 3716

Fix: libftdi commit
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:55:17 2009 +0000 (2009-07-21)
parents 5f9c6a3e560f
children 39011a13b555
line diff
     1.1 --- a/cups-pam/receipt	Tue Apr 14 10:52:20 2009 +0000
     1.2 +++ b/cups-pam/receipt	Tue Jul 21 11:55:17 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cups-pam"
     1.7 -VERSION="1.3.9"
     1.8 +VERSION="1.3.10"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Common UNIX Printing System with pam support."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -53,6 +53,15 @@
    1.13  	# We need the doc for CSS, images and help in the web interface.
    1.14  	cp -a $_pkg/usr/share/doc $fs/usr/share
    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  	# PAM conf
    1.26  	cp -a stuff/* $fs
    1.27