commit 0b4df30a99ac27177fef1c254fe26943c4859aac
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Oct 28 00:00:47 2013 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Oct 28 00:00:47 2013 +0000
Use _SCRIPTS rather than _DATA for duplicated setup binaries so that the
right mode is set on 'make install' (thanks zakupork).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2722
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index f6ad6e31..05245a46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@ SETUP_BINARIES = @PROGRAM_PREFIX@doom-setup$(EXEEXT) \
@PROGRAM_PREFIX@hexen-setup$(EXEEXT) \
@PROGRAM_PREFIX@strife-setup$(EXEEXT)
-execgames_DATA = $(SETUP_BINARIES)
+execgames_SCRIPTS = $(SETUP_BINARIES)
AM_CFLAGS = -I$(top_builddir)/textscreen \
-I$(top_builddir)/opl \