wok-next diff songwrite/receipt @ rev 21545

updated cgames (2.2 -> 2.2b)
author Hans-G?nter Theisgen
date Sun Jun 21 17:35:44 2020 +0100 (2020-06-21)
parents f48456621a9d
children
line diff
     1.1 --- a/songwrite/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/songwrite/receipt	Sun Jun 21 17:35:44 2020 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  BUILD_DEPENDS="python"
     1.5  
     1.6  compile_rules() {
     1.7 -	python -B ./setup.py install --root=$install || return 1
     1.8 +	python -B setup.py install --root=$install || return 1
     1.9  
    1.10  	mv $install/usr/share/songwrite/doc/ $install/usr/share/
    1.11  }