logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: e0335ce910adff1f73d8b65b4c1bda76caff3d80
parent 089b6d6020e58780cf43d896edc7ce3a400a6b6c
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Wed, 20 Jan 2021 19:09:42 +0000

Install bunzip2.

Diffstat:

Msysa/bzip2-1.0.8/bzip2-1.0.8.kaem2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sysa/bzip2-1.0.8/bzip2-1.0.8.kaem b/sysa/bzip2-1.0.8/bzip2-1.0.8.kaem @@ -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