wok-next diff automake/receipt @ rev 20849

syslinux: prevent shell expansion, specify CONFIG_FILES
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 17:39:19 2018 +0300 (2018-06-23)
parents 90a5eb560fd6
children e7a485521d6a
line diff
     1.1 --- a/automake/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/automake/receipt	Sat Jun 23 17:39:19 2018 +0300
     1.3 @@ -21,6 +21,6 @@
     1.4  
     1.5  genpkg_rules() {
     1.6  	copy @std @dev
     1.7 -	DEPENDS="autoconf"
     1.8 +	DEPENDS="perl   autoconf"
     1.9  	TAGS="LFS"
    1.10  }