wok-next diff songwrite/receipt @ rev 21391

updated opencpn (1.3.2 -> 5.0.0)
author Hans-G?nter Theisgen
date Fri Apr 17 16:52:11 2020 +0100 (2020-04-17)
parents f48456621a9d
children
line diff
     1.1 --- a/songwrite/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/songwrite/receipt	Fri Apr 17 16:52:11 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  }