wok diff deluge/receipt @ rev 19946

Up vmtouch (1.3.0)
author Paul Issott <paul@slitaz.org>
date Sun May 07 15:59:20 2017 +0100 (2017-05-07)
parents 23316d867792
children a78610b2eb47
line diff
     1.1 --- a/deluge/receipt	Tue Apr 01 08:17:07 2014 +0000
     1.2 +++ b/deluge/receipt	Sun May 07 15:59:20 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 -