Install bunzip2.

This commit is contained in:
Andrius Štikonas 2021-01-20 19:09:42 +00:00
parent 089b6d6020
commit e0335ce910
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@ make CC=tcc AR="tcc -ar" bzip2
# Install
cp bzip2 /after/bin/bzip2
cp bzip2 /after/bin/bunzip2
chmod 755 /after/bin/bzip2
chmod 755 /after/bin/bunzip2
# Test
bzip2 --help