wok diff dhcp/receipt @ rev 13566
Add: python-html2text
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Nov 03 14:23:01 2012 +0100 (2012-11-03) |
parents | 98fc9beddbba |
children | e9130cce9043 |
line diff
1.1 --- a/dhcp/receipt Tue Apr 05 22:31:31 2011 +0000 1.2 +++ b/dhcp/receipt Sat Nov 03 14:23:01 2012 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dhcp" 1.7 -VERSION="4.2.1-P1" 1.8 +VERSION="4.2.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Dynamic Host Configuration Protocol server." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -23,7 +23,7 @@ 1.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 --disable-dhcpv6 \ 1.15 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.16 - make && make DESTDIR=$PWD/_pkg install 1.17 + make && make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -32,6 +32,6 @@ 1.22 mkdir -p $fs/usr/sbin $fs/etc/init.d 1.23 cp $_pkg/etc/dhcpd.conf $fs/etc 1.24 cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 1.25 - cp stuff/dhcpd $fs/etc/init.d 1.26 + cp $stuff/dhcpd $fs/etc/init.d 1.27 } 1.28