commit b9690ac0bbe2b5af137aeb09261aac4478f3fbf8
Author: Jan Engelhardt <jengelh@inai.de>
AuthorDate: Tue Dec 10 17:09:18 2013 +0100
Commit: Jan Engelhardt <jengelh@inai.de>
CommitDate: Tue Dec 10 17:10:12 2013 +0100
build: adjust location of execgamesdir
For arch-dependent files, there is $exec_prefix. In most practical
cases, it has the same value as $prefix, but do use it anyhow.
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index b1a017ca..5c9d15f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = doom heretic hexen strife setup
-execgamesdir = $(prefix)/games
+execgamesdir = ${exec_prefix}/games
execgames_PROGRAMS = @PROGRAM_PREFIX@doom \
@PROGRAM_PREFIX@heretic \