mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
seems to be some issue with nesting conditionals
This commit is contained in:
parent
37421bd500
commit
e22a43a3ba
1 changed files with 1 additions and 5 deletions
|
|
@ -362,11 +362,8 @@ cp include/sys/wait.h ${INCDIR}/sys/wait.h
|
|||
|
||||
cd ../..
|
||||
|
||||
if match x${TCC_BOOTSTRAP_ALT} xTrue; then
|
||||
|
||||
else
|
||||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
if match x${UPDATE_CHECKSUMS}${TCC_BOOTSTRAP_ALT} xTrueFalse; then
|
||||
sha256sum -o ${pkg}.${ARCH}.checksums \
|
||||
/usr/bin/mes \
|
||||
/usr/bin/mes-m2 \
|
||||
|
|
@ -387,4 +384,3 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
|
|||
else
|
||||
sha256sum -c ${pkg}.${ARCH}.checksums
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue