aboutsummaryrefslogtreecommitdiff
path: root/textproc/rarian/files/patch-librarian_rarian-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rarian/files/patch-librarian_rarian-main.c')
-rw-r--r--textproc/rarian/files/patch-librarian_rarian-main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/rarian/files/patch-librarian_rarian-main.c b/textproc/rarian/files/patch-librarian_rarian-main.c
new file mode 100644
index 000000000000..549390150c64
--- /dev/null
+++ b/textproc/rarian/files/patch-librarian_rarian-main.c
@@ -0,0 +1,11 @@
+--- librarian/rarian-main.c.orig 2007-08-02 16:04:45.000000000 -0400
++++ librarian/rarian-main.c 2007-08-02 16:12:58.000000000 -0400
+@@ -212,7 +212,7 @@ past:
+ path = getenv ("XDG_DATA_DIRS");
+
+ if (!path || !strcmp (path, "")) {
+- path = "/usr/local/share/:/usr/share/";
++ path = "/usr/local/share/";
+ }
+ cur_path = path;
+ do {