wok-6.x diff deluge/receipt @ rev 19777
Up cookutils (882)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 21 21:19:57 2017 +0100 (2017-02-21) |
parents | 23316d867792 |
children | a78610b2eb47 |
line diff
1.1 --- a/deluge/receipt Tue Apr 01 08:17:07 2014 +0000 1.2 +++ b/deluge/receipt Tue Feb 21 21:19:57 2017 +0100 1.3 @@ -16,7 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 LC_ALL=C python setup.py build 1.9 LC_ALL=C python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1 1.10 } 1.11 @@ -31,4 +30,3 @@ 1.12 cp -a $install/usr/share/pixmaps $fs/usr/share 1.13 sed -i 's|deluge.svg|deluge.png|g' $fs/usr/lib/python2.7/site-packages/deluge/ui/gtkui/common.py 1.14 } 1.15 -