mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +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
|
|
@ -19,17 +19,15 @@ TCC_PKG=tcc-0.9.26-1136-g5bba73cc
|
|||
|
||||
# Unpack
|
||||
mkdir src build
|
||||
cp ${distfiles}/${TCC_TAR}.tar.gz src
|
||||
cp ${distfiles}/${MES_PKG}.tar.gz src
|
||||
|
||||
cd src
|
||||
ungz ${TCC_TAR}.tar.gz
|
||||
ungz ${MES_PKG}.tar.gz
|
||||
ungz --file ${distfiles}/${TCC_TAR}.tar.gz --output ${TCC_TAR}.tar
|
||||
ungz --file ${distfiles}/${MES_PKG}.tar.gz --output ${MES_PKG}.tar
|
||||
cd ..
|
||||
|
||||
cd build
|
||||
untar ../src/${TCC_TAR}.tar
|
||||
untar ../src/${MES_PKG}.tar
|
||||
untar --file ../src/${TCC_TAR}.tar
|
||||
untar --non-strict --file ../src/${MES_PKG}.tar
|
||||
|
||||
# Create config.h
|
||||
cd ${TCC_PKG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue