summaryrefslogtreecommitdiffhomepage
path: root/patches/proxytunnel-1.12.1.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/proxytunnel-1.12.1.local.patch')
-rw-r--r--patches/proxytunnel-1.12.1.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/proxytunnel-1.12.1.local.patch b/patches/proxytunnel-1.12.1.local.patch
new file mode 100644
index 00000000..f5ff82d8
--- /dev/null
+++ b/patches/proxytunnel-1.12.1.local.patch
@@ -0,0 +1,12 @@
+--- proxytunnel-1.10.20200507/Makefile.orig 2020-05-07 16:17:41.000000000 +0100
++++ proxytunnel-1.10.20200507/Makefile 2020-05-23 14:36:53.315471714 +0100
+@@ -89,8 +89,7 @@
+
+ install:
+ install -d $(DESTDIR)$(bindir)
+- install -p -m555 $(name) $(DESTDIR)$(bindir)
+- $(MAKE) -C docs install
++ install -p -m755 $(name) $(DESTDIR)$(bindir)
+
+ .c.o:
+ $(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<