wok diff btanks/receipt @ rev 9772

subversion: Fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:16:24 2011 +0200 (2011-05-11)
parents 96575ba8782e
children f09d07ae1550
line diff
     1.1 --- a/btanks/receipt	Wed Oct 13 04:18:49 2010 +0000
     1.2 +++ b/btanks/receipt	Wed May 11 21:16:24 2011 +0200
     1.3 @@ -26,8 +26,8 @@
     1.4  	cp -a $src/btanks $fs/usr/bin/btanks-bin
     1.5  	cp -a $src/bted $fs/usr/bin/bted-bin
     1.6  
     1.7 -	cp -a $WOK/$PACKAGE/stuff/btanks_script $fs/usr/bin/btanks
     1.8 -	cp -a $WOK/$PACKAGE/stuff/bted_script $fs/usr/bin/bted
     1.9 +	cp -a $stuff/btanks_script $fs/usr/bin/btanks
    1.10 +	cp -a $stuff/bted_script $fs/usr/bin/bted
    1.11  	chmod +x $fs/usr/bin/btanks
    1.12  	chmod +x $fs/usr/bin/bted
    1.13