wok diff isapnptools/receipt @ rev 19449

Up bind (9.11.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 17 10:20:42 2016 +0200 (2016-10-17)
parents 02bbaa9d12ba
children 8b8fae260ab7
line diff
     1.1 --- a/isapnptools/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/isapnptools/receipt	Mon Oct 17 10:20:42 2016 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="ISA Plug-And-Play configuration."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tgz"
     1.9  WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/"
    1.10  WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL"
    1.11 @@ -17,12 +18,12 @@
    1.12  	--libexecdir=/usr/bin --mandir=/usr/share/man \
    1.13  	$CONFIGURE_ARGS
    1.14  	make
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	# move /usr/sbin/* /sbin to use pnptools *before* mounting /usr
    1.23 -	cp -a $_pkg/usr/sbin $fs
    1.24 +	cp -a $install/usr/sbin $fs
    1.25  }