summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-07 18:47:13 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-07 18:47:13 +0000
commitd21db128d081f61c6dbf47c8e4e2f35f7566aa71 (patch)
treef61845e780195cf8e3bd6229cb69ce2eaef8adfe /net-www/zope
parentremoved "try cd". try with builtins don't generally work. (diff)
downloadgentoo-2-d21db128d081f61c6dbf47c8e4e2f35f7566aa71.tar.gz
gentoo-2-d21db128d081f61c6dbf47c8e4e2f35f7566aa71.tar.bz2
gentoo-2-d21db128d081f61c6dbf47c8e4e2f35f7566aa71.zip
"try cd" => "cd"
Diffstat (limited to 'net-www/zope')
-rw-r--r--net-www/zope/zope-2.2.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/zope/zope-2.2.4.ebuild b/net-www/zope/zope-2.2.4.ebuild
index 5a0fac061eee..0314317004e2 100644
--- a/net-www/zope/zope-2.2.4.ebuild
+++ b/net-www/zope/zope-2.2.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.2.4.ebuild,v 1.2 2001/06/03 09:54:22 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/zope/zope-2.2.4.ebuild,v 1.3 2001/08/07 18:47:13 drobbins Exp $
A="zope_${PV}.orig.tar.gz zope_${PV}-3.diff.gz"
S=${WORKDIR}/Zope-${PV}-src
@@ -49,7 +49,7 @@ src_install () {
find ${D}${ZDIR}/lib/python/Shared/DC/xml/pyexpat \
-regex ".+\.h" -exec rm {} \;
- try cd ${D}${ZDIR}/lib/python/Shared/DC/xml/pyexpat
+ cd ${D}${ZDIR}/lib/python/Shared/DC/xml/pyexpat
rm -rf pyexpat.prj* expat
cd ${S}/lib
@@ -98,4 +98,4 @@ pkg_postinst() {
echo
echo before you can start zope
fi
-} \ No newline at end of file
+}