ports/compat-32 (3.1): python-32: added missing site-packages directory
commit e19939b76793ca035b56a61844855bf0e1262d71 Author: Matt Housh <jaeger@morpheus.net> Date: Thu Nov 20 08:03:32 2014 -0600 python-32: added missing site-packages directory diff --git a/python-32/.footprint b/python-32/.footprint index cbe413d..5d1adc5 100644 --- a/python-32/.footprint +++ b/python-32/.footprint @@ -91,3 +91,4 @@ drwxr-xr-x root/root usr/lib32/python2.7/lib-dynload/ -rwxr-xr-x root/root usr/lib32/python2.7/lib-dynload/time.so -rwxr-xr-x root/root usr/lib32/python2.7/lib-dynload/unicodedata.so -rwxr-xr-x root/root usr/lib32/python2.7/lib-dynload/zlib.so +drwxr-xr-x root/root usr/lib32/python2.7/site-packages/ diff --git a/python-32/Pkgfile b/python-32/Pkgfile index 60f6421..cf1edaf 100644 --- a/python-32/Pkgfile +++ b/python-32/Pkgfile @@ -5,7 +5,7 @@ name=python-32 version=2.7.8 -release=1 +release=2 source=(http://www.python.org/ftp/python/$version/Python-$version.tar.xz) build () { @@ -33,4 +33,6 @@ build () { rm -r $PKG/usr/{bin,include,lib,man} install -d $PKG/usr/include/python2.7 mv $PKG/pyconfig.h $PKG/usr/include/python2.7/pyconfig-32.h + + install -d $PKG/usr/lib32/python2.7/site-packages }
participants (1)
-
crux@crux.nu