Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
# Re-enable DATADIR setting.
--- xtux-0.2.030306.orig/Makefile
+++ xtux-0.2.030306/Makefile
@@ -5,9 +5,9 @@
#============================================================#
#Change this to where you want to put the data directory.
-DATADIR = `pwd`/data
+#DATADIR = `pwd`/data
#Eg you might want to put the data files here......
-#DATADIR = /usr/share/games/xtux
+DATADIR = /usr/share/games/xtux
MFLAGS = DATADIR=$(DATADIR)
CM_SRC_DIR = src/common