mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Split installed files out of /after into /image.
This commit is contained in:
parent
4d7b25e47a
commit
c8784cbcd3
118 changed files with 689 additions and 690 deletions
|
|
@ -23,10 +23,10 @@ patch -Np0 -i ../../patches/coreutils.patch
|
|||
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
|
||||
cp bzip2 ${prefix}/bin/bzip2
|
||||
cp bzip2 ${prefix}/bin/bunzip2
|
||||
chmod 755 ${prefix}/bin/bzip2
|
||||
chmod 755 ${prefix}/bin/bunzip2
|
||||
|
||||
# Test
|
||||
bzip2 --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue