wok diff libwrap/receipt @ rev 8684

Fix dep: gnome-menus depends on libgio
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 18:56:09 2011 +0100 (2011-02-17)
parents eda192ad5630
children d1768332cee0
line diff
     1.1 --- a/libwrap/receipt	Fri Oct 03 10:34:56 2008 +0000
     1.2 +++ b/libwrap/receipt	Thu Feb 17 18:56:09 2011 +0100
     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  }