wok diff cups-pdf/receipt @ rev 8751

Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 20 06:53:59 2011 +0000 (2011-02-20)
parents f7e96b8e3444
children dbf6876700fa
line diff
     1.1 --- a/cups-pdf/receipt	Tue Feb 16 12:15:27 2010 +0000
     1.2 +++ b/cups-pdf/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.3 @@ -23,10 +23,9 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/etc/cups $fs/usr/lib/cups/backend $fs/usr/share/cups/model
     1.7 -	_pkg=$src
     1.8 -	cp -a $_pkg/src/cups-pdf $fs/usr/lib/cups/backend 
     1.9 -	cp -a $_pkg/extra/CUPS-PDF.ppd $fs/usr/share/cups/model
    1.10 -	cp -a $_pkg/extra/cups-pdf.conf   $fs/etc/cups
    1.11 +	cp -a $src/src/cups-pdf $fs/usr/lib/cups/backend 
    1.12 +	cp -a $src/extra/CUPS-PDF.ppd $fs/usr/share/cups/model
    1.13 +	cp -a $src/extra/cups-pdf.conf   $fs/etc/cups
    1.14  	
    1.15  }
    1.16