mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
12 lines
413 B
Diff
12 lines
413 B
Diff
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 -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
|