diff options
author | 2003-02-28 23:14:34 +0000 | |
---|---|---|
committer | 2003-02-28 23:14:34 +0000 | |
commit | 6319ba75e9189a48910758777d4ba4aa8e07d357 (patch) | |
tree | 9f8978ff7a0f171e975b21bc53ceee5b6b5e5de0 /app-editors/ted/ted-2.11.ebuild | |
parent | touchups (diff) | |
download | historical-6319ba75e9189a48910758777d4ba4aa8e07d357.tar.gz historical-6319ba75e9189a48910758777d4ba4aa8e07d357.tar.bz2 historical-6319ba75e9189a48910758777d4ba4aa8e07d357.zip |
touchups
Diffstat (limited to 'app-editors/ted/ted-2.11.ebuild')
-rw-r--r-- | app-editors/ted/ted-2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ted/ted-2.11.ebuild b/app-editors/ted/ted-2.11.ebuild index ca0df92b22ca..9bf729c0b119 100644 --- a/app-editors/ted/ted-2.11.ebuild +++ b/app-editors/ted/ted-2.11.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/app-editors/ted/ted-2.11.ebuild,v 1.9 2003/02/28 23:11:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.11.ebuild,v 1.10 2003/02/28 23:12:34 vapier Exp $ DESCRIPTION="X-based rich text editor" HOMEPAGE="http://www.nllgg.nl/Ted" @@ -27,7 +27,7 @@ src_unpack() { src_compile() { for dir in Ted tedPackage appFrame appUtil ind bitmap libreg; do - cd ${dir} + cd ${S}/${dir} econf --cache-file=../config.cache done |