mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Update stage0-posix to latest snapshot.
This commit is contained in:
parent
86bb6b1d6f
commit
407b02d6b4
8 changed files with 22 additions and 23 deletions
|
|
@ -38,6 +38,7 @@ cp /${ARCH_DIR}/bin/sha256sum ${bindir}/sha256sum
|
|||
cp /${ARCH_DIR}/bin/ungz ${bindir}/ungz
|
||||
cp /${ARCH_DIR}/bin/untar ${bindir}/untar
|
||||
cp /${ARCH_DIR}/bin/cp ${bindir}/cp
|
||||
cp /${ARCH_DIR}/bin/rm ${bindir}/rm
|
||||
|
||||
chmod 755 ${bindir}/blood-elf
|
||||
chmod 755 ${bindir}/catm
|
||||
|
|
@ -53,6 +54,7 @@ chmod 755 ${bindir}/mkdir
|
|||
chmod 755 ${bindir}/sha256sum
|
||||
chmod 755 ${bindir}/ungz
|
||||
chmod 755 ${bindir}/untar
|
||||
chmod 755 ${bindir}/rm
|
||||
|
||||
PATH=${bindir}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue