mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
do not check checksums for tcc-0.9.26 when using tcc_bootstrap_alt
This commit is contained in:
parent
2f158fc944
commit
33be2c0080
1 changed files with 3 additions and 2 deletions
|
|
@ -383,7 +383,7 @@ tcc -ar cr ${LIBDIR}/libgetopt.a getopt.o
|
|||
cd ../..
|
||||
|
||||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
|
||||
sha256sum -o ${pkg}.checksums \
|
||||
/usr/bin/tcc-mes \
|
||||
/usr/bin/tcc-boot0 \
|
||||
|
|
@ -397,6 +397,7 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
|
|||
/usr/lib/mes/tcc/libtcc1.a
|
||||
|
||||
cp ${pkg}.checksums ${SRCDIR}
|
||||
else
|
||||
fi
|
||||
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xFalseFalse; then
|
||||
sha256sum -c ${pkg}.${ARCH}.checksums
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue