diff options
author | sibel <lesibel@free.fr> | 2011-01-25 08:38:13 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-25 08:38:13 +0100 |
commit | 45ac9a2029f980d446c9c71f93fff3d6efbd6968 (patch) | |
tree | d593954fda6cf8365ba9ee90741badc9a4e81f98 /extra/wicd | |
parent | 73b4d285b50407e85dbbc80872b488d205338ba8 (diff) | |
parent | c3a59da68f8d733368c3f90388077a23cb258b81 (diff) | |
download | nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.tar.gz nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.tar.bz2 nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.tar.xz nutyx-extra-45ac9a2029f980d446c9c71f93fff3d6efbd6968.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/wicd')
-rw-r--r-- | extra/wicd/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/wicd/Pkgfile b/extra/wicd/Pkgfile index a6d847a8d..187da6065 100644 --- a/extra/wicd/Pkgfile +++ b/extra/wicd/Pkgfile @@ -7,7 +7,7 @@ name=wicd version=1.7.0 -release=7 +release=8 source=(http://downloads.sourceforge.net/$name/wicd-$version.tar.gz \ http://nutyx.meticul.eu/files/patchs/$name/{wicd_in_usr.patch,wicd-locale.patch,wicd.desktop} wicd-1.7.0-python-2.7.patch @@ -22,7 +22,8 @@ build() { python2 setup.py configure --no-install-init \ --resume=/usr/share/wicd/scripts/ \ - --suspend=/usr/share/wicd/scripts --verbose + --suspend=/usr/share/wicd/scripts --verbose \ + --python=/usr/bin/python2 python2 setup.py install --root=$PKG # Add custom rc.d script |