diff options
author | Matt Housh <jaeger@morpheus.net> | 2014-11-20 08:03:32 -0600 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2014-11-20 08:03:32 -0600 |
commit | e19939b76793ca035b56a61844855bf0e1262d71 (patch) | |
tree | 8e365915e7dc2573583f4a0317dfc6a92c2448c8 /python-32 | |
parent | 2641bcebd04ae48931c7d04ab04a19f12815cec3 (diff) | |
download | compat-32-e19939b76793ca035b56a61844855bf0e1262d71.tar.gz compat-32-e19939b76793ca035b56a61844855bf0e1262d71.tar.xz |
python-32: added missing site-packages directory
Diffstat (limited to 'python-32')
-rw-r--r-- | python-32/.footprint | 1 | ||||
-rw-r--r-- | python-32/Pkgfile | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/python-32/.footprint b/python-32/.footprint index cbe413d3..5d1adc54 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 60f64219..cf1edaf6 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 } |