summaryrefslogtreecommitdiffhomepage
path: root/patches/proxytunnel-1.10.20200507.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-23 14:37:19 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-23 14:37:19 +0100
commit9519eb60b844cc34126d588eb0625ad470ed3076 (patch)
treeb0d92855a5fb6e5161034b69504038e68046b047 /patches/proxytunnel-1.10.20200507.local.patch
parentc5a6820744c71699d7fd9e590f5100c0de943cea (diff)
downloadmidipix_build-9519eb60b844cc34126d588eb0625ad470ed3076.tar.bz2
midipix_build-9519eb60b844cc34126d588eb0625ad470ed3076.tar.xz
patches/proxytunnel-1.10.20200507.local.patch: install(1) w/ 755 vs. 555.
Diffstat (limited to 'patches/proxytunnel-1.10.20200507.local.patch')
-rw-r--r--patches/proxytunnel-1.10.20200507.local.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/patches/proxytunnel-1.10.20200507.local.patch b/patches/proxytunnel-1.10.20200507.local.patch
index d1eca5c2..f5ff82d8 100644
--- a/patches/proxytunnel-1.10.20200507.local.patch
+++ b/patches/proxytunnel-1.10.20200507.local.patch
@@ -1,11 +1,12 @@
-diff -ru proxytunnel-1.10.20200507.orig/Makefile proxytunnel-1.10.20200507/Makefile
---- proxytunnel-1.10.20200507.orig/Makefile 2020-05-07 17:17:41.000000000 +0200
-+++ proxytunnel-1.10.20200507/Makefile 2020-05-22 12:14:53.409128241 +0200
-@@ -90,7 +90,6 @@
+--- 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)
+- install -p -m555 $(name) $(DESTDIR)$(bindir)
- $(MAKE) -C docs install
++ install -p -m755 $(name) $(DESTDIR)$(bindir)
.c.o:
$(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<