diff options
author | tsarna <tsarna> | 2000-01-02 03:12:20 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2000-01-02 03:12:20 +0000 |
commit | 8079880d9eecae5969b35713bbeb80439b123a47 (patch) | |
tree | 1ea99c897d83faf393ead29e60215c2376fb0ead /lang | |
parent | 6be64a051bbd4960891025c614a0ce1094479ac3 (diff) | |
download | pkgsrc-8079880d9eecae5969b35713bbeb80439b123a47.tar.gz |
Don't assume site-packages dir already exists
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-extclass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile index 9b0b792413b..96ea3a84357 100644 --- a/lang/py-extclass/Makefile +++ b/lang/py-extclass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/02 02:58:21 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/02 03:12:20 tsarna Exp $ # DISTNAME= Zope-2.1.1-src @@ -31,6 +31,7 @@ post-build: do-install: (cd ${WRKSRC}; ${INSTALL_DATA} ExtensionClass.h \ ${LOCALBASE}/include/python1.5 ; \ + ${INSTALL_SCRIPT_DIR} ${PYTHON_LIBDIR} ; \ ${INSTALL_SCRIPT} Xaq.py* ComputedAttribute.py* ${PYTHON_LIBDIR} ; \ ${INSTALL_PROGRAM} *.so ${PYTHON_LIBDIR} ; \ ${INSTALL_SCRIPT_DIR} ${PYTHON_LIBDIR}/extclass_test ; \ |