summaryrefslogtreecommitdiff
path: root/irc/eggdrop16/files/patch-src_eggdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc/eggdrop16/files/patch-src_eggdrop.h')
-rw-r--r--irc/eggdrop16/files/patch-src_eggdrop.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/eggdrop16/files/patch-src_eggdrop.h b/irc/eggdrop16/files/patch-src_eggdrop.h
new file mode 100644
index 000000000000..bd6079e5704d
--- /dev/null
+++ b/irc/eggdrop16/files/patch-src_eggdrop.h
@@ -0,0 +1,11 @@
+--- src/eggdrop.h 2011-01-07 06:12:27.000000000 +0100
++++ src/eggdrop.h 2011-01-07 06:14:26.000000000 +0100
+@@ -64,7 +64,7 @@
+
+
+ /* Language stuff */
+-#define LANGDIR "./language" /* language file directory */
++#define LANGDIR __PREFIX__ "/share/eggdrop/language" /* language file directory */
+ #define BASELANG "english" /* language which always gets loaded before
+ all other languages. You do not want to
+ change this. */