blob: 39b7f6cb30ed9ab23dfcedf009db87ea58150c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- engine/include/stratagus.h.old 2007-08-04 21:54:17.000000000 +0200
+++ engine/include/stratagus.h 2007-08-04 21:55:20.000000000 +0200
@@ -188,7 +188,7 @@
extern char NameLine[];
#ifndef STRATAGUS_LIB_PATH
-#define STRATAGUS_LIB_PATH "." /// Where to find the data files
+#define STRATAGUS_LIB_PATH "@GENTOO_DATADIR@" /// Where to find the data files
#endif
#ifndef STRATAGUS_HOME_PATH
|