summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-17 14:32:50 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-17 14:32:50 +0000
commit65f3ebf563d5101e4dfa7762694749f49577e82d (patch)
tree17b38b8f86b58c1ef2942ffe64dbf2520abcc151 /app-editors/fte/files
parentFixing bug #42037 (Manifest recommit) (diff)
downloadgentoo-2-65f3ebf563d5101e4dfa7762694749f49577e82d.tar.gz
gentoo-2-65f3ebf563d5101e4dfa7762694749f49577e82d.tar.bz2
gentoo-2-65f3ebf563d5101e4dfa7762694749f49577e82d.zip
Fixing bug #21352
Diffstat (limited to 'app-editors/fte/files')
-rw-r--r--app-editors/fte/files/configpath.patch13
-rw-r--r--app-editors/fte/files/digest-fte-20020324-r22
2 files changed, 15 insertions, 0 deletions
diff --git a/app-editors/fte/files/configpath.patch b/app-editors/fte/files/configpath.patch
new file mode 100644
index 000000000000..168974b3f6a1
--- /dev/null
+++ b/app-editors/fte/files/configpath.patch
@@ -0,0 +1,13 @@
+--- src/cfte.cpp 2002-03-23 00:46:32.000000000 +0100
++++ src/cfte.cpp.new 2004-03-17 15:25:13.170166354 +0100
+@@ -1756,8 +1756,8 @@
+ //fprintf(stderr, "Looking for %s\n", Cfg);
+ if (!FileExists(Cfg))
+ {
+- // Okay, now try "local config".
+- sprintf(tmp, "%slocalconfig/%s", StartDir, CfgName);
++ // Try at least one FHS compliant location
++ sprintf(tmp, "/usr/share/fte/%s", CfgName);
+ ExpandPath(tmp, Cfg);
+ //fprintf(stderr, "Looking for %s\n", Cfg);
+ if (!FileExists(Cfg))
diff --git a/app-editors/fte/files/digest-fte-20020324-r2 b/app-editors/fte/files/digest-fte-20020324-r2
new file mode 100644
index 000000000000..26a8064a0c2b
--- /dev/null
+++ b/app-editors/fte/files/digest-fte-20020324-r2
@@ -0,0 +1,2 @@
+MD5 6a0fb80491e4a4edfab0faf8f5a3dc49 fte-20020324-src.zip 625459
+MD5 499b051f6484df3b4f93b43fe9143d0f fte-20020324-common.zip 184928