wok-next diff yasm/receipt @ rev 20673

font-manager: dev package is empty, update deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 16:56:15 2018 +0300 (2018-05-11)
parents 0e7893ac206d
children f48456621a9d
line diff
     1.1 --- a/yasm/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/yasm/receipt	Fri May 11 16:56:15 2018 +0300
     1.3 @@ -18,7 +18,9 @@
     1.4  	# prevent compiling vsyasm and ytasm that are only of use on MS Windows
     1.5  	sed -i 's#) ytasm.*#)#' Makefile.in
     1.6  
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	make &&
    1.10 +	make install
    1.11  }
    1.12  
    1.13  genpkg_rules() {