summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2004-05-19 10:06:03 +0000
committerChristian Birchinger <joker@gentoo.org>2004-05-19 10:06:03 +0000
commit811ea6a260ce342869a0a61a152efd1729f4b6e3 (patch)
tree1ca488a1b072381200edf61d85071e7ba621b7ad /app-editors/joe
parentbug #49823 again, authdaemond changes (Manifest recommit) (diff)
downloadgentoo-2-811ea6a260ce342869a0a61a152efd1729f4b6e3.tar.gz
gentoo-2-811ea6a260ce342869a0a61a152efd1729f4b6e3.tar.bz2
gentoo-2-811ea6a260ce342869a0a61a152efd1729f4b6e3.zip
Added a small cosmetic-only fix for joerc
Diffstat (limited to 'app-editors/joe')
-rw-r--r--app-editors/joe/ChangeLog5
-rw-r--r--app-editors/joe/joe-3.0-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog
index 4a27b1095d8a..83b951be2527 100644
--- a/app-editors/joe/ChangeLog
+++ b/app-editors/joe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/joe
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.20 2004/05/18 00:27:09 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.21 2004/05/19 10:06:03 joker Exp $
+
+ 19 May 2004; Christian Birchinger <joker@gentoo.org> joe-3.0-r1.ebuild:
+ Added a small cosmetic-only fix for joerc
18 May 2004; Bryan Østergaard <kloeri@gentoo.org> joe-3.0-r1.ebuild:
stable on alpha, bug 51265.
diff --git a/app-editors/joe/joe-3.0-r1.ebuild b/app-editors/joe/joe-3.0-r1.ebuild
index 1a69740dfe80..c54ad6caa6ad 100644
--- a/app-editors/joe/joe-3.0-r1.ebuild
+++ b/app-editors/joe/joe-3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.5 2004/05/18 00:27:09 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.6 2004/05/19 10:06:03 joker Exp $
IUSE=""
@@ -22,6 +22,7 @@ src_unpack() {
unpack ${A}
cd ${S}
# Fix bug #50271 (joe 3.0 documentation doesn't reflect new config file location)
+ sed -e 's:${prefix}/etc/joerc:@sysconfdir@/joe/joerc:' -i joerc.in
for i in jmacsrc.in jpicorc.in jstarrc.in rjoerc.in joe.1.in
do
sed -e 's:@sysconfdir@/:@sysconfdir@/joe/:' -i ${i}