summaryrefslogtreecommitdiffhomepage
path: root/patches/bzip2/bzip2-1.0.4-man-links.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-13 16:16:48 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-10-13 16:16:48 +0000
commitd420de1b87a13bdf0f75a1c30c658a25977bd4de (patch)
tree08087aaddfdc28867abb1f8f3d25ac4bd7ef2beb /patches/bzip2/bzip2-1.0.4-man-links.patch
parente108232e4e7fc332d5585266f20a8dba3f62ce9c (diff)
downloadmidipix_build-d420de1b87a13bdf0f75a1c30c658a25977bd4de.tar.bz2
midipix_build-d420de1b87a13bdf0f75a1c30c658a25977bd4de.tar.xz
vars/build.vars:bzip2: updated to v1.0.8 (via Redfoxmoon.)
patches/bzip2/CVE-2016-3189.patch: removes obsolete patch (via Redfoxmoon.) patches/bzip2/bzip2-1.0.4-POSIX-shell.patch: removes obsolete patch (via Redfoxmoon.) patches/bzip2/bzip2-1.0.4-makefile-CFLAGS.patch: via Redfoxmoon. patches/bzip2/bzip2-1.0.4-man-links.patch: updated (via Redfoxmoon.) patches/bzip2/bzip2-1.0.6-saneso.patch: removes obsolete patch (via Redfoxmoon.) patches/bzip2/saneso.patch: 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.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/bzip2/bzip2-1.0.4-man-links.patch b/patches/bzip2/bzip2-1.0.4-man-links.patch
index db3978b5..2427d6a7 100644
--- a/patches/bzip2/bzip2-1.0.4-man-links.patch
+++ b/patches/bzip2/bzip2-1.0.4-man-links.patch
@@ -5,8 +5,8 @@ http://bugs.gentoo.org/172986
@@ -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
++ ln -s bzip2.1 $(PREFIX)/share/man/man1/bunzip2.1
++ ln -s bzip2.1 $(PREFIX)/share/man/man1/bzcat.1
++ ln -s bzip2.1 $(PREFIX)/share/man/man1/bzip2recover.1
cp -f bzlib.h $(PREFIX)/include
chmod a+r $(PREFIX)/include/bzlib.h