wok-next diff songwrite/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents f48456621a9d
children
line diff
     1.1 --- a/songwrite/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/songwrite/receipt	Mon Jun 29 17:11:21 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  }