diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-24 21:29:20 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-24 21:29:20 +0100 |
commit | 31a3758ae375d8fb8a554fa38990774875efe720 (patch) | |
tree | 0a059f030eef5a497489a65fe8b992446e103ab8 /extra | |
parent | db73981af0bc43376e7bfc8418e64621783d79e4 (diff) | |
download | nutyx-pakxe-31a3758ae375d8fb8a554fa38990774875efe720.tar.gz nutyx-pakxe-31a3758ae375d8fb8a554fa38990774875efe720.tar.bz2 nutyx-pakxe-31a3758ae375d8fb8a554fa38990774875efe720.tar.xz nutyx-pakxe-31a3758ae375d8fb8a554fa38990774875efe720.zip |
wicd, correction pour interpreteur python2
Diffstat (limited to 'extra')
-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 |