wok diff dhcp6-client/receipt @ rev 20120

Up tazpkg (953)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 11:01:32 2017 +0200 (2017-10-14)
parents 7008b10a1996
children 624fe47fb580
line diff
     1.1 --- a/dhcp6-client/receipt	Mon Oct 17 02:49:31 2011 +0000
     1.2 +++ b/dhcp6-client/receipt	Sat Oct 14 11:01:32 2017 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="ISC"
     1.8  WEB_SITE="http://www.isc.org/products/DHCP/"
     1.9  WANTED="dhcp6"
    1.10  DEPENDS="libcrypto"
    1.11 @@ -15,9 +16,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    1.15 -	cp $_pkg/etc/dhclient.conf $fs/etc
    1.16 +	cp $install/etc/dhclient.conf $fs/etc
    1.17  	cp $src/client/scripts/linux $fs/etc/dhclient-script
    1.18 -	cp $_pkg/usr/sbin/dhclient $fs/usr/sbin
    1.19 -	cp $_pkg/usr/bin/omshell $fs/usr/bin
    1.20 +	cp $install/usr/sbin/dhclient $fs/usr/sbin
    1.21 +	cp $install/usr/bin/omshell $fs/usr/bin
    1.22  }
    1.23