wok diff deluge/receipt @ rev 19919

dropbear/sshx: add proxy ssh support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 19 17:06:08 2017 +0200 (2017-04-19)
parents 23316d867792
children a78610b2eb47
line diff
     1.1 --- a/deluge/receipt	Tue Apr 01 08:17:07 2014 +0000
     1.2 +++ b/deluge/receipt	Wed Apr 19 17:06:08 2017 +0200
     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 -