summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-08 14:00:15 +0000
committermidipix <writeonce@midipix.org>2017-11-08 19:48:23 -0500
commit0966a410c7ddad7a270ac5ce7e107dc7fc55c4ab (patch)
tree66c95071a0d96dadf07660a5f1745fb46e04ba75 /patches
parent508891097f567982628d9012f738e64d3a07f474 (diff)
downloadmidipix_build-0966a410c7ddad7a270ac5ce7e107dc7fc55c4ab.tar.bz2
midipix_build-0966a410c7ddad7a270ac5ce7e107dc7fc55c4ab.tar.xz
vars/build.vars: adds thttpd v2.27. patches/thttpd-2.27.local.patch: don't change {user,group} ownership during install.
Diffstat (limited to 'patches')
-rw-r--r--patches/thttpd-2.27.local.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/thttpd-2.27.local.patch b/patches/thttpd-2.27.local.patch
new file mode 100644
index 00000000..53b6fc22
--- /dev/null
+++ b/patches/thttpd-2.27.local.patch
@@ -0,0 +1,26 @@
+--- thttpd-2.27/Makefile.in.orig 2005-05-20 19:10:24.000000000 +0000
++++ thttpd-2.27/Makefile.in 2017-11-08 13:57:11.088000000 +0000
+@@ -110,11 +110,11 @@
+
+ installthis:
+ -mkdir -p $(DESTDIR)$(BINDIR)
+- $(INSTALL) -m 555 -o bin -g bin thttpd $(DESTDIR)$(BINDIR)
++ $(INSTALL) -m 555 thttpd $(DESTDIR)$(BINDIR)
+
+ install-man:
+ -mkdir -p $(DESTDIR)$(MANDIR)/man8
+- $(INSTALL) -m 444 -o bin -g bin thttpd.8 $(DESTDIR)$(MANDIR)/man8
++ $(INSTALL) -m 444 thttpd.8 $(DESTDIR)$(MANDIR)/man8
+
+ installsubdirs:
+ for i in $(SUBDIRS) ; do ( \
+--- thttpd-2.27/extras/Makefile.in.orig 2005-05-20 19:10:25.000000000 +0000
++++ thttpd-2.27/extras/Makefile.in 2017-11-08 13:59:32.352000000 +0000
+@@ -68,7 +68,6 @@
+ install: all
+ rm -f $(BINDIR)/makeweb $(BINDIR)/htpasswd $(BINDIR)/syslogtocern
+ cp makeweb $(BINDIR)/makeweb
+- chgrp $(WEBGROUP) $(BINDIR)/makeweb
+ chmod 2755 $(BINDIR)/makeweb
+ cp htpasswd $(BINDIR)/htpasswd
+ cp syslogtocern $(BINDIR)/syslogtocern