wok diff gutenpy/receipt @ rev 20634
linld: fix open()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 08 17:51:51 2019 +0100 (2019-01-08) |
parents | d1c17bd2c2bc |
children | 370da83187ab |
line diff
1.1 --- a/gutenpy/receipt Mon Dec 02 17:47:06 2013 +0000 1.2 +++ b/gutenpy/receipt Tue Jan 08 17:51:51 2019 +0100 1.3 @@ -16,8 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - 1.9 # Fix missing .desktop file 1.10 sed -i '/share\/applications/d' setup.py 1.11 sed -i '/gutenpy.desktop/d' setup.py 1.12 @@ -31,4 +29,3 @@ 1.13 # Add gutenpy.desktop file 1.14 cp -a stuff/* $fs 1.15 } 1.16 -