mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Install bunzip2.
This commit is contained in:
parent
089b6d6020
commit
e0335ce910
1 changed files with 2 additions and 0 deletions
|
|
@ -18,7 +18,9 @@ make CC=tcc AR="tcc -ar" bzip2
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
cp bzip2 /after/bin/bzip2
|
cp bzip2 /after/bin/bzip2
|
||||||
|
cp bzip2 /after/bin/bunzip2
|
||||||
chmod 755 /after/bin/bzip2
|
chmod 755 /after/bin/bzip2
|
||||||
|
chmod 755 /after/bin/bunzip2
|
||||||
|
|
||||||
# Test
|
# Test
|
||||||
bzip2 --help
|
bzip2 --help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue