blob: e8f7e067ae11b1342f6a951049ad77c83c5c04f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/Makefile
+++ src/Makefile
@@ -41,8 +41,8 @@
# CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"$HOME/config/settings/freepops/lua_unofficial/\"
#
#else
- CFLAGS+= -DFREEPOPSLUA_PATH=\"$(PREFIX)share/freepops/lua/\"
- CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"$(PREFIX)share/freepops/lua_unofficial/\"
+ CFLAGS+= -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\"
+ CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"/usr/share/freepops/lua_unofficial/\"
#endif
endif
endif
|