summaryrefslogtreecommitdiffhomepage
path: root/patches/proxytunnel-1.10.20200507.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2024-02-27 10:40:19 +0100
committerØrjan Malde <red@foxi.me>2024-02-27 10:40:19 +0100
commitea62fd47ff805b6d28ba1b9713f531ff84cc5322 (patch)
treeb7e948b4985193931a023ba725acb4c216c9963b /patches/proxytunnel-1.10.20200507.local.patch
parent2362fb9ff935cc5f76a11d02024a5618851196d1 (diff)
downloadmidipix_build-ea62fd47ff805b6d28ba1b9713f531ff84cc5322.tar.bz2
midipix_build-ea62fd47ff805b6d28ba1b9713f531ff84cc5322.tar.xz
groups.d/241.native_packages_inet.group: proxytunnel: bump to v1.12.1
Signed-off-by: Ørjan Malde <red@foxi.me>
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 $@ $<