mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Install bzip2 symlinks.
This commit is contained in:
parent
40bdcee0ac
commit
2594242817
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
d32467575bfbd6d74cd426205ba102194c0956688e6bc91399930313c68ee0dc /after/bin/bzip2
|
||||
d32467575bfbd6d74cd426205ba102194c0956688e6bc91399930313c68ee0dc /after/bin/bunzip2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue