diff options
author | sibel <lesibel@free.fr> | 2011-01-19 10:01:35 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-19 10:01:35 +0100 |
commit | 9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b (patch) | |
tree | fe63a0b22c2df38a0df5664cf1cd1ac7c5fbb34e /extra/urwid/Pkgfile | |
parent | 52ce5bfc899a130c82b7c246a7d52fc5df717105 (diff) | |
download | nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.tar.gz nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.tar.bz2 nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.tar.xz nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.zip |
urwid, maj 0.9.9.1-2
Diffstat (limited to 'extra/urwid/Pkgfile')
-rw-r--r-- | extra/urwid/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/urwid/Pkgfile b/extra/urwid/Pkgfile index 36e6729d2..6e52d5c46 100644 --- a/extra/urwid/Pkgfile +++ b/extra/urwid/Pkgfile @@ -7,10 +7,13 @@ name=urwid version=0.9.9.1 -release=1 +release=2 source=(http://excess.org/$name/$name-$version.tar.gz) build() { -cd $name-$version + cd $name-$version + + sed -i 's#bin/python#bin/python2#' urwid/*.py + python2 setup.py build install --root=$PKG chown 0:0 -R $PKG } |