wok diff electric-fence/receipt @ rev 11391
Compat: replace exit by return in slitaz-toolchain recipe.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:10:43 2011 +0100 (2011-12-10) |
parents | 31c985a0bd3d |
children | fcdd50638150 |
line diff
1.1 --- a/electric-fence/receipt Tue Feb 16 13:39:45 2010 +0000 1.2 +++ b/electric-fence/receipt Sat Dec 10 05:10:43 2011 +0100 1.3 @@ -14,7 +14,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - src=${PACKAGE}-${VERSION} 1.8 cd $src 1.9 1.10 make 1.11 @@ -23,7 +22,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - src=${PACKAGE}-${VERSION} 1.16 mkdir -p $fs/usr/lib $fs/usr/bin 1.17 cp -a $src/eftest $fs/usr/bin 1.18 cp -a $src/tstheap $fs/usr/bin