From b9690ac0bbe2b5af137aeb09261aac4478f3fbf8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Dec 2013 17:09:18 +0100 Subject: 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(-) (limited to 'src') 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 \ -- cgit v1.2.3