Apply final readability and wording polish for appimage Tcl flow

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Darryl L. Miles 2026-07-20 16:43:13 +01:00 committed by R. Timothy Edwards
parent 0b51864ab4
commit a365d5a5c1
8 changed files with 28 additions and 8 deletions

View File

@ -149,7 +149,7 @@ jobs:
if [ -n "$tcl_sha" ] && [ -n "$tk_sha" ]; then
sha_status="verified against known SHA"
else
sha_status="best-effort — no known SHA (actual SHA is printed during Docker build)"
sha_status="best-effort — no known SHA (actual SHA will be printed during Docker build)"
fi
if [ "$source_method" = "github" ]; then

View File

@ -149,7 +149,7 @@ jobs:
if [ -n "$tcl_sha" ] && [ -n "$tk_sha" ]; then
sha_status="verified against known SHA"
else
sha_status="best-effort — no known SHA (actual SHA is printed during Docker build)"
sha_status="best-effort — no known SHA (actual SHA will be printed during Docker build)"
fi
if [ "$source_method" = "github" ]; then

View File

@ -149,7 +149,7 @@ jobs:
if [ -n "$tcl_sha" ] && [ -n "$tk_sha" ]; then
sha_status="verified against known SHA"
else
sha_status="best-effort — no known SHA (actual SHA is printed during Docker build)"
sha_status="best-effort — no known SHA (actual SHA will be printed during Docker build)"
fi
if [ "$source_method" = "github" ]; then

View File

@ -149,7 +149,7 @@ jobs:
if [ -n "$tcl_sha" ] && [ -n "$tk_sha" ]; then
sha_status="verified against known SHA"
else
sha_status="best-effort — no known SHA (actual SHA is printed during Docker build)"
sha_status="best-effort — no known SHA (actual SHA will be printed during Docker build)"
fi
if [ "$source_method" = "github" ]; then

View File

@ -45,7 +45,12 @@ prefix/bin/magic: Dockerfile Makefile
docker cp $$id:/prefix ./prefix ; \
docker rm -v $$id
mkdir -p prefix/lib/tcl$(TCL_VERSION)
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; else echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; exit 1; fi
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then \
cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; \
else \
echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; \
exit 1; \
fi
appimagetool:
curl -L "$(APPIMAGETOOL_DOWNLOAD_URL)" > ./appimagetool

View File

@ -45,7 +45,12 @@ prefix/bin/magic: Dockerfile Makefile
docker cp $$id:/prefix ./prefix ; \
docker rm -v $$id
mkdir -p prefix/lib/tcl$(TCL_VERSION)
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; else echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; exit 1; fi
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then \
cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; \
else \
echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; \
exit 1; \
fi
appimagetool:
curl -L "$(APPIMAGETOOL_DOWNLOAD_URL)" > ./appimagetool

View File

@ -45,7 +45,12 @@ prefix/bin/magic: Dockerfile Makefile
docker cp $$id:/prefix ./prefix ; \
docker rm -v $$id
mkdir -p prefix/lib/tcl$(TCL_VERSION)
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; else echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; exit 1; fi
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then \
cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; \
else \
echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; \
exit 1; \
fi
appimagetool:
curl -L "$(APPIMAGETOOL_DOWNLOAD_URL)" > ./appimagetool

View File

@ -45,7 +45,12 @@ prefix/bin/magic: Dockerfile Makefile
docker cp $$id:/prefix ./prefix ; \
docker rm -v $$id
mkdir -p prefix/lib/tcl$(TCL_VERSION)
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; else echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; exit 1; fi
if [ -d "prefix/lib/tcl$(TCL_ABI_VERSION)" ]; then \
cp -r "prefix/lib/tcl$(TCL_ABI_VERSION)" "prefix/lib/tcl$(TCL_VERSION)/library"; \
else \
echo "Missing expected Tcl ABI directory: prefix/lib/tcl$(TCL_ABI_VERSION)" >&2; \
exit 1; \
fi
appimagetool:
curl -L "$(APPIMAGETOOL_DOWNLOAD_URL)" > ./appimagetool