Merge pull request #53 from stikonas/bzip_symlinks

Install bzip2 symlinks.
This commit is contained in:
fosslinux 2021-02-27 12:03:46 +11:00 committed by GitHub
commit eeeb491773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}

View File

@ -1,2 +1 @@
d32467575bfbd6d74cd426205ba102194c0956688e6bc91399930313c68ee0dc /after/bin/bzip2
d32467575bfbd6d74cd426205ba102194c0956688e6bc91399930313c68ee0dc /after/bin/bunzip2