wok-next diff mypaint/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
line diff
     1.1 --- a/mypaint/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/mypaint/receipt	Mon Jun 29 13:44:08 2020 +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() {