# HG changeset patch # User John "Elwin" Edwards # Date 1453515414 18000 # Node ID 3c0abb7149746ef776de4251e538030053392a55 # Parent 12e070d1a7806796a4472bbc849c0e2ae23fee8f rogue5: fix 'make install'. The location of install-sh was hardcoded, so installation has not worked since that script was moved to the top directory in 78ca6502. diff -r 12e070d1a780 -r 3c0abb714974 rogue5/Makefile.in --- a/rogue5/Makefile.in Fri Jan 22 19:19:48 2016 -0500 +++ b/rogue5/Makefile.in Fri Jan 22 21:16:54 2016 -0500 @@ -70,7 +70,7 @@ #DISTFILE = $(PROGRAM) DISTFILE = $(DISTNAME)-@TARGET@ -INSTALL=./install-sh +INSTALL=@INSTALL@ #INSTGROUP=-g games INSTGROUP= diff -r 12e070d1a780 -r 3c0abb714974 rogue5/configure.ac --- a/rogue5/configure.ac Fri Jan 22 19:19:48 2016 -0500 +++ b/rogue5/configure.ac Fri Jan 22 21:16:54 2016 -0500 @@ -10,6 +10,7 @@ # Checks for programs. AC_PROG_CC +AC_PROG_INSTALL # Checks for libraries.