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

@ -10,9 +10,9 @@ mkdir build src
cd build
# Extract
cp ${distfiles}/${pkg}.tar.gz ../src/
ungz ../src/${pkg}.tar.gz
untar ../src/${pkg}.tar
ungz --file ${distfiles}/${pkg}.tar.gz --output ../src/${pkg}.tar
untar --file ../src/${pkg}.tar
rm ../src/${pkg}.tar
cd ${pkg}
# Create .h files