diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-14 16:30:13 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-14 16:45:25 +0100 |
commit | a0561a397b5e543658a7adb76c822fd2327698e9 (patch) | |
tree | 3c93f70d3092769901076e3fc5e8966d13be64c0 /patches | |
parent | fcfccc538d0a1c47fc4870ac61be640dfe403330 (diff) | |
download | midipix_build-a0561a397b5e543658a7adb76c822fd2327698e9.tar.bz2 midipix_build-a0561a397b5e543658a7adb76c822fd2327698e9.tar.xz |
Updates file, libz, npth, Xproto, xtrans, libX11, Xrender, dash, diffutils, dos2unix, gawk, grep, make, man-db, mksh, openssh, patch, tar, The Silver Searcher, whois, and zsh.
build.sh, etc/build.usage: adds -i (ignore SHA256 hash mismatches.)
build.sh, build/pkg.build, subr/pkg.subr: skip `clean' build target unless explicitly specified.
patches/man-db-2.7.6.1.local.patch: added.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/man-db-2.7.6.1.local.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/man-db-2.7.6.1.local.patch b/patches/man-db-2.7.6.1.local.patch new file mode 100644 index 00000000..f89dd4f3 --- /dev/null +++ b/patches/man-db-2.7.6.1.local.patch @@ -0,0 +1,14 @@ +--- man-db-2.7.6.1/src/Makefile.in.orig 2016-12-12 13:43:52.000000000 +0100 ++++ man-db-2.7.6.1/src/Makefile.in 2016-12-14 16:08:20.231601400 +0100 +@@ -2210,11 +2210,6 @@ + all-am: apropos$(EXEEXT) + + install-exec-hook: +- if [ "$(man_owner)" ] && [ "$(man_mode)" = 6755 ]; then \ +- chown $(man_owner):$(man_owner) \ +- $(DESTDIR)$(bindir)/$(TRANS_MAN) \ +- $(DESTDIR)$(bindir)/$(TRANS_MANDB); \ +- fi + chmod $(man_mode) \ + $(DESTDIR)$(bindir)/$(TRANS_MAN) \ + $(DESTDIR)$(bindir)/$(TRANS_MANDB) |