wok-next diff gutenpy/receipt @ rev 21264

updated firefox-official (69.0 -> 71.0)
author Hans-G?nter Theisgen
date Fri Dec 06 15:46:28 2019 +0100 (2019-12-06)
parents f48456621a9d
children
line diff
     1.1 --- a/gutenpy/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/gutenpy/receipt	Fri Dec 06 15:46:28 2019 +0100
     1.3 @@ -17,12 +17,12 @@
     1.4  	# Fix missing .desktop file
     1.5  	sed -i '/share\/applications/d; /gutenpy.desktop/d' setup.py
     1.6  
     1.7 -	python -B setup.py install --root=$DESTDIR
     1.8 +	python -B setup.py install --root=$install
     1.9  }
    1.10  
    1.11  genpkg_rules() {
    1.12  	cp -a $install/usr $fs
    1.13  	# Add gutenpy.desktop file
    1.14 -	cp -a stuff/* $fs
    1.15 +	cp -a $stuff/* $fs
    1.16  	DEPENDS="python python-pygtk"
    1.17  }