wok rev 5714

splix: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 09:09:07 2010 +0200 (2010-06-24)
parents e807a4155373
children 738a9be33f09
files splix/receipt
line diff
     1.1 --- a/splix/receipt	Thu Jun 24 08:29:46 2010 +0200
     1.2 +++ b/splix/receipt	Thu Jun 24 09:09:07 2010 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  compile_rules() {
     1.6  	  cd $src
     1.7 +	  sed -i 's/Value::Value &val/Value \&val/' src/ppdfile.cpp
     1.8  	  make &&
     1.9  	  make  CUPSFILTER=$PWD/_pkg/`cups-config --serverbin`/filter \
    1.10  			CUPSPPD=$PWD/_pkg/`cups-config --datadir`/model \