summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index 74192b408c..aa5570a3fc 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -322,6 +322,9 @@ endif
ifndef INSTALL_DATA
INSTALL_DATA = $(INSTALL) -m 644
endif
+ifndef INSTALL_SCRIPT
+INSTALL_SCRIPT = $(INSTALL)
+endif
ifndef INSTALL_PROGRAM
INSTALL_PROGRAM = $(INSTALL)
endif