wok-next diff python-idna/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents c9a7a7b42a86
children
line diff
     1.1 --- a/python-idna/receipt	Sat Sep 22 16:05:26 2018 +0300
     1.2 +++ b/python-idna/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -15,7 +15,9 @@
     1.4  SPLIT="${PACKAGE/python/python3}:3"
     1.5  
     1.6  compile_rules() {
     1.7 -	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
     1.8 +	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION || return 1
     1.9 +
    1.10 +	find $install -type f -exec chmod a-x '{}' \;
    1.11  }
    1.12  
    1.13  genpkg_rules() {