opnsense-ports/math/gretl/files/patch-Makefile.in
Franco Fichtner 84d2ac597c */*: sync with upstream
Taken from: FreeBSD
2017-06-06 06:55:47 +02:00

14 lines
312 B
Text

--- Makefile.in.orig 2017-06-01 20:13:36 UTC
+++ Makefile.in
@@ -40,8 +40,9 @@ ifeq ($(use_xdg),yes)
XDGDIR = xdg
endif
-INSTALL_PROGRAM = ${INSTALL} -m 755
-INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_DATA = @INSTALL_DATA@
export