shithub: choc

Download patch

ref: b9690ac0bbe2b5af137aeb09261aac4478f3fbf8
parent: af5ebef33b5c172956d76376bd79f86667e54fba
author: Jan Engelhardt <jengelh@inai.de>
date: Tue Dec 10 12:09:18 EST 2013

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.

--- 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  \