diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-01-03 16:34:27 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-01-03 16:34:27 +0000 |
commit | ae5ca061a669f830507a00ca5a377a5e39f54f09 (patch) | |
tree | 2d9f1ee49cbecc836b9306d422178420e911a666 /textproc | |
parent | 6287d3bfd38c61150e76c3bca2106c7226fdbe53 (diff) | |
download | pkgsrc-ae5ca061a669f830507a00ca5a377a5e39f54f09.tar.gz |
permissions botch
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-dtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-dtml/Makefile b/textproc/py-dtml/Makefile index 14e3913387b..f6215f7de10 100644 --- a/textproc/py-dtml/Makefile +++ b/textproc/py-dtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 04:48:45 tsarna Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/03 16:34:27 tsarna Exp $ # DISTNAME= Zope-2.1.1-src @@ -36,7 +36,7 @@ post-build: do-install: ${INSTALL_SCRIPT_DIR} ${PYTHON_LIBDIR} ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} - (cd ${WRKSRC}/..; ${PAX} -r -w -v -p e . ${PYTHON_LIBDIR}) + (cd ${WRKSRC}/..; ${PAX} -r -w -v -p p . ${PYTHON_LIBDIR}) (cd ${PREFIX}; ${FIND} ${SITE_PKG}/DocumentTemplate \ ${SITE_PKG}/StructuredText \ -type f -print >>${PLIST_SRC}) |