From 19f5671865c67caff2027aa83fb83b4b9848db7c Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 27 Oct 2024 14:44:38 -0500 Subject: [PATCH] Fix the placement of the LIBC component in filenames for bootstrap script --- bootstrap/bootstrap-ubi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap-ubi.sh b/bootstrap/bootstrap-ubi.sh index a83fa8a..f9e6aae 100755 --- a/bootstrap/bootstrap-ubi.sh +++ b/bootstrap/bootstrap-ubi.sh @@ -122,7 +122,7 @@ if [ -z "$FILENAME" ]; then ;; esac - FILENAME="ubi-$OS-$CPU$LIBC.$EXT" + FILENAME="ubi-$OS$LIBC-$CPU.$EXT" fi if [ -z "$TAG" ]; then