Update stage0-posix to latest snapshot.

This commit is contained in:
Andrius Štikonas 2022-06-02 22:44:02 +01:00
parent 86bb6b1d6f
commit 407b02d6b4
8 changed files with 22 additions and 23 deletions

View file

@ -14,7 +14,8 @@ cd build
# Extract
cp ${distfiles}/${pkg}.tar.gz ../src/
gzip -d -f ../src/${pkg}.tar.gz
untar ../src/${pkg}.tar
untar --file ../src/${pkg}.tar
rm ../src/${pkg}.tar
cd ${pkg}