wok-6.x rev 8525
Fix: remove src definition from libwrap
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 04:26:59 2011 +0100 (2011-02-13) |
parents | 1ee924e11aed |
children | 0043777ad43d |
files | libwrap-dev/receipt libwrap/receipt |
line diff
1.1 --- a/libwrap-dev/receipt Sun Feb 13 03:22:30 2011 +0100 1.2 +++ b/libwrap-dev/receipt Sun Feb 13 04:26:59 2011 +0100 1.3 @@ -11,7 +11,6 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - src=$WOK/$WANTED/tcp_wrappers_${VERSION} 1.8 mkdir -p $fs/usr/include $fs/usr/lib 1.9 cp -a $src/tcpd.h $fs/usr/include 1.10 cp -a $src/*.a $fs/usr/lib
2.1 --- a/libwrap/receipt Sun Feb 13 03:22:30 2011 +0100 2.2 +++ b/libwrap/receipt Sun Feb 13 04:26:59 2011 +0100 2.3 @@ -13,7 +13,6 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - src=$PWD/${SOURCE}_${VERSION} 2.8 cd $src 2.9 # Patch from Linux From Scratch 2.10 [ -f done.tcp_wrappers-7.6-shared_lib_plus_plus-1.patch ] || 2.11 @@ -27,7 +26,6 @@ 2.12 # Rules to gen a SliTaz package suitable for Tazpkg. 2.13 genpkg_rules() 2.14 { 2.15 - src=$PWD/${SOURCE}_${VERSION} 2.16 mkdir -p $fs/usr/lib 2.17 cp -a $src/shared/*.so* $fs/usr/lib 2.18 }