blob: d2eafb79abbf54a1ad8a5f83970ceee74c56f670 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/GabberConfig.hh.in.orig Sat Feb 3 23:19:41 2001
+++ src/GabberConfig.hh.in Wed Mar 28 14:37:49 2001
@@ -5,7 +5,7 @@
static const char* GABBER_VERSION = VERSION;
-static const char* GABBER_GLADEDIR = "@prefix@/share/gabber/";
-static const char* GABBER_SHAREDIR = "@prefix@/share/gabber/";
+static const char* GABBER_GLADEDIR = "@datadir@/gabber/";
+static const char* GABBER_SHAREDIR = "@datadir@/gabber/";
static const char* GABBER_CONFIG = "/Gabber/";
-static const char* GABBER_PIXPATH = "@prefix@/share/pixmaps/gabber/";
-static const char* GABBER_CSSFILE = "@prefix@/share/gabber/gabber-logs.css";
+static const char* GABBER_PIXPATH = "@datadir@/pixmaps/gabber/";
+static const char* GABBER_CSSFILE = "@datadir@/gabber/gabber-logs.css";
#endif
|