summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2003-11-26 11:39:32 +0000
committerOlivier Crête <tester@gentoo.org>2003-11-26 11:39:32 +0000
commit2b3db85fd04eb59cb03ce12ac8958c5873b15fe4 (patch)
tree38e017792f3ca926434e7dce771d247c198536e1 /dev-tcltk/tclxml/tclxml-2.4.ebuild
parentadd amd64 keyword (diff)
downloadhistorical-2b3db85fd04eb59cb03ce12ac8958c5873b15fe4.tar.gz
historical-2b3db85fd04eb59cb03ce12ac8958c5873b15fe4.tar.bz2
historical-2b3db85fd04eb59cb03ce12ac8958c5873b15fe4.zip
fixed tclxml-2.4 ebuild per bug 31262
Diffstat (limited to 'dev-tcltk/tclxml/tclxml-2.4.ebuild')
-rw-r--r--dev-tcltk/tclxml/tclxml-2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild
index b4b6b3410f76..6e9b7ab3c14a 100644
--- a/dev-tcltk/tclxml/tclxml-2.4.ebuild
+++ b/dev-tcltk/tclxml/tclxml-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.6 2003/09/29 21:19:15 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.7 2003/11/26 11:39:21 tester Exp $
DESCRIPTION="Pure Tcl implementation of an XML parser."
HOMEPAGE="http://tclxml.sourceforge.net/"
@@ -17,7 +17,7 @@ src_compile() {
make || die
# Need to hack the config script.
- sed 's:NONE:/usr:' TclxmlConfig.sh
+ sed -i 's:NONE:/usr:' TclxmlConfig.sh
}
src_install() {