Install bzip2 symlinks.

This commit is contained in:
Andrius Štikonas 2021-02-26 19:41:40 +00:00
parent 40bdcee0ac
commit 2594242817
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,6 @@ src_compile() {
src_install() {
install bzip2 ${PREFIX}/bin
install bzip2 ${PREFIX}/bin/bunzip2
ln -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2
ln -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bzcat
}