wok-next diff garcon/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents 5669e8b3be70
children
line diff
     1.1 --- a/garcon/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/garcon/receipt	Sat Dec 07 15:51:18 2019 +0100
     1.3 @@ -22,7 +22,9 @@
     1.4  		$CONFIGURE_ARGS &&
     1.5  	fix libtool &&
     1.6  	make &&
     1.7 -	make install
     1.8 +	make install || return 1
     1.9 +
    1.10 +	find $install -type f -name '*.so*' -exec chmod 755 '{}' \; # 644->755
    1.11  }
    1.12  
    1.13  genpkg_rules() {