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