wok diff dhcp/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | e9130cce9043 |
children | 291369229046 |
line diff
1.1 --- a/dhcp/receipt Sun Jun 30 09:55:32 2013 +0200 1.2 +++ b/dhcp/receipt Sat Jun 06 21:23:13 2015 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol server." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="ISC" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.isc.org/products/DHCP/" 1.10 WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$TARBALL" 1.11 @@ -31,8 +32,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/sbin $fs/etc/init.d 1.15 - cp $_pkg/etc/dhcpd.conf $fs/etc 1.16 - cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 1.17 + cp $install/etc/dhcpd.conf $fs/etc 1.18 + cp $install/usr/sbin/dhcpd $fs/usr/sbin 1.19 cp $stuff/dhcpd $fs/etc/init.d 1.20 } 1.21