summaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang14/files/patch-ab')
-rw-r--r--lang/erlang14/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/erlang14/files/patch-ab b/lang/erlang14/files/patch-ab
new file mode 100644
index 000000000000..69155f380ed1
--- /dev/null
+++ b/lang/erlang14/files/patch-ab
@@ -0,0 +1,12 @@
+--- lib/inets/priv/Makefile.orig Tue Nov 28 20:38:31 2000
++++ lib/inets/priv/Makefile Tue Nov 28 20:38:38 2000
+@@ -57,7 +57,7 @@
+
+ release_spec: opt
+ $(INSTALL_DIR) $(RELSYSDIR)/priv/bin
+- $(INSTALL_PROGRAM) $(EXECUTABLES) $(RELSYSDIR)/priv/bin
++ $(INSTALL_SCRIPT) $(EXECUTABLES) $(RELSYSDIR)/priv/bin
+
+ release_docs_spec:
+
+# End