diff options
author | sibel <lesibel@free.fr> | 2011-01-04 19:28:00 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-04 19:28:00 +0100 |
commit | fac8f721cfb90e41affde9351170099f6620dd70 (patch) | |
tree | a89b7061c2aff7aaa7f3915e610cc78480cda206 /extra/python/Pkgfile | |
parent | 6db04c494929eb7652bb81c5fa9b3a217d69c873 (diff) | |
download | nutyx-pakxe-fac8f721cfb90e41affde9351170099f6620dd70.tar.gz nutyx-pakxe-fac8f721cfb90e41affde9351170099f6620dd70.tar.bz2 nutyx-pakxe-fac8f721cfb90e41affde9351170099f6620dd70.tar.xz nutyx-pakxe-fac8f721cfb90e41affde9351170099f6620dd70.zip |
python, petite correction
Diffstat (limited to 'extra/python/Pkgfile')
-rwxr-xr-x | extra/python/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python/Pkgfile b/extra/python/Pkgfile index 4c90896bd..c2782cf5f 100755 --- a/extra/python/Pkgfile +++ b/extra/python/Pkgfile @@ -40,7 +40,7 @@ build() { ln -sf idle3 $PKG/usr/bin/idle ln -sf pydoc3 $PKG/usr/bin/pydoc - sed -i "s#$SRC/Python-$version:##" $pkgdir/usr/lib/python3.1/config/Makefile + sed -i "s#$SRC/Python-$version:##" $PKG/usr/lib/python3.1/config/Makefile rm $PKG/usr/bin/2to3 |