wok diff dhcp/receipt @ rev 20567

clisp, dhcp: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 12 23:58:13 2018 +0100 (2018-12-12)
parents eb8067417980
children a1d1bad5f192
line diff
     1.1 --- a/dhcp/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/dhcp/receipt	Wed Dec 12 23:58:13 2018 +0100
     1.3 @@ -12,12 +12,11 @@
     1.4  CONFIG_FILES="/etc/dhcpd.conf"
     1.5  
     1.6  DEPENDS="libcrypto"
     1.7 -BUILD_DEPENDS="perl"
     1.8 +BUILD_DEPENDS="perl file"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	grep -q MYEOL includes/dhctoken.h ||
    1.15  	sed -i "s/SEMI/MYEOL = '\\\\n',\n\tQUESTION = '?',\n\t&/" \
    1.16  		includes/dhctoken.h
    1.17 @@ -36,4 +35,3 @@
    1.18  	cp $install/usr/sbin/dhcpd $fs/usr/sbin
    1.19  	cp $stuff/dhcpd $fs/etc/init.d
    1.20  }
    1.21 -