summaryrefslogtreecommitdiff
path: root/lang/expect/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/expect/files/patch-Makefile.in')
-rw-r--r--lang/expect/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/expect/files/patch-Makefile.in b/lang/expect/files/patch-Makefile.in
new file mode 100644
index 000000000000..4ce083e57568
--- /dev/null
+++ b/lang/expect/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2014-02-21 14:51:15.000000000 +0100
++++ Makefile.in 2014-02-21 14:55:44.000000000 +0100
+@@ -239,7 +239,7 @@
+ @mkdir -p $(DESTDIR)$(prefix)/bin
+ -for i in $(SCRIPT_LIST) ; do \
+ if [ -f $$i ] ; then \
+- $(INSTALL_PROGRAM) $$i $(DESTDIR)$(prefix)/bin/$$i ; \
++ $(INSTALL_SCRIPT) $$i $(DESTDIR)$(prefix)/bin/$$i ; \
+ rm -f $$i ; \
+ else true; fi ; \
+ done