wok-next diff songwrite/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents f48456621a9d
children
line diff
     1.1 --- a/songwrite/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/songwrite/receipt	Sun Sep 27 14:34:31 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  }