summaryrefslogtreecommitdiffhomepage
path: root/patches/bzip2/bzip2-1.0.4-man-links.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-01-23 18:11:59 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-01-23 18:12:18 +0000
commit854ef8a8887d586e747ec625e4e80970eedc04d2 (patch)
treecd323d83489bd5a9fdf45fcacec813c44677d7f6 /patches/bzip2/bzip2-1.0.4-man-links.patch
parentb5933a508096cb77de8e1fedab23c97aec9d4626 (diff)
downloadmidipix_build-854ef8a8887d586e747ec625e4e80970eedc04d2.tar.bz2
midipix_build-854ef8a8887d586e747ec625e4e80970eedc04d2.tar.xz
patches/bzip2/*: integrates patches from <http://git.alpinelinux.org/cgit/aports/tree/main/bzip2> (via Redfoxmoon.)
Diffstat (limited to 'patches/bzip2/bzip2-1.0.4-man-links.patch')
-rw-r--r--patches/bzip2/bzip2-1.0.4-man-links.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/bzip2/bzip2-1.0.4-man-links.patch b/patches/bzip2/bzip2-1.0.4-man-links.patch
new file mode 100644
index 00000000..db3978b5
--- /dev/null
+++ b/patches/bzip2/bzip2-1.0.4-man-links.patch
@@ -0,0 +1,12 @@
+http://bugs.gentoo.org/172986
+
+--- bzip2-1.0.4/Makefile
++++ bzip2-1.0.4/Makefile
+@@ -85,4 +85,7 @@
+ cp -f bzip2.1 $(PREFIX)/share/man/man1
+ chmod a+r $(PREFIX)/share/man/man1/bzip2.1
++ ln -fs bzip2.1 $(PREFIX)/share/man/man1/bunzip2.1
++ ln -fs bzip2.1 $(PREFIX)/share/man/man1/bzcat.1
++ ln -fs bzip2.1 $(PREFIX)/share/man/man1/bzip2recover.1
+ cp -f bzlib.h $(PREFIX)/include
+ chmod a+r $(PREFIX)/include/bzlib.h