diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-07 18:47:13 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-07 18:47:13 +0000 |
commit | e558b9aaece88d573ffbd8047646d74dda8f0e0d (patch) | |
tree | ebcc8ee316b7512f51bf6114393acac04dbbcefa /net-www/zope | |
parent | removed "try cd". try with builtins don't generally work. (diff) | |
download | historical-e558b9aaece88d573ffbd8047646d74dda8f0e0d.tar.gz historical-e558b9aaece88d573ffbd8047646d74dda8f0e0d.tar.bz2 historical-e558b9aaece88d573ffbd8047646d74dda8f0e0d.zip |
"try cd" => "cd"
Diffstat (limited to 'net-www/zope')
-rw-r--r-- | net-www/zope/zope-2.2.4.ebuild | 6 |
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 +} |