Update stage0-posix.

This commit is contained in:
Andrius Štikonas 2022-06-12 23:13:01 +01:00
parent 9b5c6ca3a1
commit b2027df490
2 changed files with 3 additions and 1 deletions

View File

@ -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/replace ${bindir}/replace
cp /${ARCH_DIR}/bin/rm ${bindir}/rm
chmod 755 ${bindir}/blood-elf
@ -54,6 +55,7 @@ chmod 755 ${bindir}/mkdir
chmod 755 ${bindir}/sha256sum
chmod 755 ${bindir}/ungz
chmod 755 ${bindir}/untar
chmod 755 ${bindir}/replace
chmod 755 ${bindir}/rm
PATH=${bindir}

@ -1 +1 @@
Subproject commit aa490453c78f267137c49fb1e50a66ab816cfceb
Subproject commit cb38fd0138feb952ca4878fe9277f6888da796a2