mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
tweak conditional
This commit is contained in:
parent
dc96cc9cb0
commit
37421bd500
1 changed files with 3 additions and 1 deletions
|
|
@ -362,7 +362,9 @@ cp include/sys/wait.h ${INCDIR}/sys/wait.h
|
|||
|
||||
cd ../..
|
||||
|
||||
if match x${TCC_BOOTSTRAP_ALT} xFalse; then
|
||||
if match x${TCC_BOOTSTRAP_ALT} xTrue; then
|
||||
|
||||
else
|
||||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
sha256sum -o ${pkg}.${ARCH}.checksums \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue