mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +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
|
|
@ -20,15 +20,15 @@ chmod 755 ${bindir}/mescc.scm
|
|||
# Unpack
|
||||
mkdir src build
|
||||
cd src
|
||||
cp ${distfiles}/${NYACC_PKG}.tar.gz ${NYACC_PKG}.tar.gz
|
||||
ungz ${NYACC_PKG}.tar.gz
|
||||
cp ${distfiles}/${MES_PKG}.tar.gz ${MES_PKG}.tar.gz
|
||||
ungz ${MES_PKG}.tar.gz
|
||||
ungz --file ${distfiles}/${NYACC_PKG}.tar.gz --output ${NYACC_PKG}.tar
|
||||
ungz --file ${distfiles}/${MES_PKG}.tar.gz --output ${MES_PKG}.tar
|
||||
cd ..
|
||||
|
||||
cd build
|
||||
untar ../src/${NYACC_PKG}.tar
|
||||
untar ../src/${MES_PKG}.tar
|
||||
untar --file ../src/${NYACC_PKG}.tar
|
||||
untar --non-strict --file ../src/${MES_PKG}.tar # ignore symlinks
|
||||
|
||||
rm ../src/${NYACC_PKG}.tar ../src/${MES_PKG}.tar
|
||||
|
||||
cp ../files/config.h ${MES_PREFIX}/include/mes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue