wok-next diff workerfm/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 1ff0133b1f8c
children 5669e8b3be70
line diff
     1.1 --- a/workerfm/receipt	Sun Mar 11 13:37:02 2018 +0200
     1.2 +++ b/workerfm/receipt	Sat Jun 23 17:39:19 2018 +0300
     1.3 @@ -18,11 +18,12 @@
     1.4  	./configure \
     1.5  		--disable-silent-rules \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make install
     1.8 +	make &&
     1.9 +	make install
    1.10  }
    1.11  
    1.12  genpkg_rules() {
    1.13  	copy @std
    1.14 -	DEPENDS="avfs dbus-glib freetype hal libmagic xorg-libX11 xorg-libXft \
    1.15 -	xorg-libXinerama xorg-xmessage"
    1.16 +	DEPENDS="avfs dbus hal libmagic xorg-libX11 xorg-libXinerama \
    1.17 +	   xorg-xmessage"
    1.18  }