wok rev 8669

Fix: make splix compile using tazwok-experimental
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 16 23:19:40 2011 +0100 (2011-02-16)
parents 5a82e8452b9f
children 4e8875b152c4
files splix/receipt
line diff
     1.1 --- a/splix/receipt	Wed Feb 16 22:59:02 2011 +0100
     1.2 +++ b/splix/receipt	Wed Feb 16 23:19:40 2011 +0100
     1.3 @@ -18,9 +18,9 @@
     1.4  	  cd $src
     1.5  	  sed -i 's/Value::Value &val/Value \&val/' src/ppdfile.cpp
     1.6  	  make &&
     1.7 -	  make  CUPSFILTER=$PWD/_pkg/`cups-config --serverbin`/filter \
     1.8 -			CUPSPPD=$PWD/_pkg/`cups-config --datadir`/model \
     1.9 -			install 
    1.10 +	  make  CUPSFILTER=/`cups-config --serverbin`/filter \
    1.11 +			CUPSPPD=/`cups-config --datadir`/model \
    1.12 +			install
    1.13  }
    1.14  	
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 @@ -30,5 +30,5 @@
    1.17  	cp -a $_pkg/usr/lib/cups $fs/usr/lib/
    1.18  	cp -a $_pkg/usr/share/cups $fs/usr/share		
    1.19  	# gzip all ppd files
    1.20 -	find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9
    1.21 +	#find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9
    1.22  }