wok-next diff libacpi/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/libacpi/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/libacpi/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -16,7 +16,9 @@
     1.4  
     1.5  compile_rules() {
     1.6  	make PREFIX=/usr &&
     1.7 -	make PREFIX=/usr DESTDIR=$install install
     1.8 +	make PREFIX=/usr DESTDIR=$install 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() {