summaryrefslogtreecommitdiffhomepage
path: root/patches/proxytunnel-1.10.20200507.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/proxytunnel-1.10.20200507.local.patch')
-rw-r--r--patches/proxytunnel-1.10.20200507.local.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/proxytunnel-1.10.20200507.local.patch b/patches/proxytunnel-1.10.20200507.local.patch
deleted file mode 100644
index f5ff82d8..00000000
--- a/patches/proxytunnel-1.10.20200507.local.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 $@ $<