summaryrefslogtreecommitdiffhomepage
path: root/patches/proxytunnel-1.10.20200507.local.patch
blob: f5ff82d89ad163088975506bb01af5582bd8dd71 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 $@ $<