ref: 0b4df30a99ac27177fef1c254fe26943c4859aac
parent: 14d3126d2fa295df43878c0ce45be37d36eb09c2
author: Simon Howard <fraggle@gmail.com>
date: Sun Oct 27 20:00:47 EDT 2013
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
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@
@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 \