--- gnurobbo-0.62.orig/Makefile 2009-03-18 18:32:03 +0300 +++ gnurobbo-0.62/Makefile 2009-03-19 12:58:14 +0300 @@ -24,7 +24,7 @@ # These should be ok for most CC=gcc -CFLAGS=-O3 -pipe -Wall -fomit-frame-pointer -I/usr/include `sdl-config --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)/\" $(FONT_USE_PIXMAP) +CFLAGS=-O3 -pipe -Wall -fomit-frame-pointer -I/usr/include `sdl-config --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" -DPACKAGE_DATA_DIR=\"/usr/share/games/gnurobbo/\" $(FONT_USE_PIXMAP) LINK=gcc LDFLAGS=-L/usr/lib LIBS=`sdl-config --libs` $(FONT_USE_SDL_TTF)