wok-stable diff libwrap/receipt @ rev 9664
busybox: ensure $stuff is set (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 12:51:33 2011 +0200 (2011-05-01) |
parents | eda192ad5630 |
children | d1768332cee0 |
line diff
1.1 --- a/libwrap/receipt Fri Oct 03 10:34:56 2008 +0000 1.2 +++ b/libwrap/receipt Sun May 01 12:51:33 2011 +0200 1.3 @@ -13,7 +13,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - src=$PWD/${SOURCE}_${VERSION} 1.8 cd $src 1.9 # Patch from Linux From Scratch 1.10 [ -f done.tcp_wrappers-7.6-shared_lib_plus_plus-1.patch ] || 1.11 @@ -27,7 +26,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - src=$PWD/${SOURCE}_${VERSION} 1.16 mkdir -p $fs/usr/lib 1.17 cp -a $src/shared/*.so* $fs/usr/lib 1.18 }