Blob Blame History Raw
--- openmsx-0.6.3/build/info2code.mk.orig	2007-12-09 21:09:11.000000000 +0000
+++ openmsx-0.6.3/build/info2code.mk	2008-01-09 16:08:05.000000000 +0000
@@ -39,7 +39,7 @@
 	@echo "static const bool OPENMSX_BIGENDIAN = $(BIG_ENDIAN);" >> $@
 	@echo "static const bool OPENMSX_UNALIGNED_MEMORY_ACCESS = $(UNALIGNED_MEMORY_ACCESS);" >> $@
 	@echo "static const bool OPENMSX_SET_WINDOW_ICON = $(SET_WINDOW_ICON);" >> $@
-	@echo "static const std::string DATADIR = \"$(INSTALL_SHARE_DIR)\";" >> $@
+	@echo "static const std::string DATADIR = \"/usr/share/openmsx\";" >> $@
 	@echo "static const std::string BUILD_FLAVOUR = \"$(OPENMSX_FLAVOUR)\";" >> $@
 	@echo "static const std::string BUILD_COMPONENTS = \"$(sort $(COMPONENTS_TRUE))\";" >> $@
 	@echo "" >> $@