wok-next diff mypaint/receipt @ rev 21207

try to build asterisk again
author Hans-G?nter Theisgen
date Mon Dec 02 09:52:22 2019 +0100 (2019-12-02)
parents d5aab818505e
children
line diff
     1.1 --- a/mypaint/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/mypaint/receipt	Mon Dec 02 09:52:22 2019 +0100
     1.3 @@ -16,7 +16,9 @@
     1.4  
     1.5  compile_rules() {
     1.6  	scons &&
     1.7 -	scons prefix=$install/usr install
     1.8 +	scons prefix=$install/usr 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() {