Index: Imakefile =================================================================== --- Imakefile.orig 2006-05-30 12:53:25.000000000 +0200 +++ Imakefile 2006-05-30 12:53:45.000000000 +0200 @@ -24,7 +24,7 @@ XCOMM This is the directory where the highscore, level & sound data will be XCOMM placed. Default will be the current directory. - XBOING_DIR = /usr/lib/games/xboing + XBOING_DIR = /usr/share/games/xboing XCOMM Added these to override defaults so make install installs into XCOMM $PREFIX and /usr/games -- Joey Hess. @@ -35,12 +35,12 @@ XCOMM machine arch section. XPMLIB = -lXpm - XPMINCLUDE = -I/usr/X11/include/X11 + XPMINCLUDE = -I/usr/include/X11/ XBOINGINCLUDE = -I./include LEVEL_INSTALL_DIR = $(XBOING_DIR)/levels SOUNDS_DIR = $(XBOING_DIR)/sounds BACKUP_DIR = $(XBOING_DIR)/../backups - HIGH_SCORE_DIR = /var/lib/games + HIGH_SCORE_DIR = /var/lib/games HIGH_SCORE_FILE = $(HIGH_SCORE_DIR)/xboing.score AUDIO_AVAILABLE = False AUDIO_SRC = audio/NOaudio.c