From 60b9b30efb312a059c52cf553ef628558bc6c13e Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 27 Jan 2024 12:07:55 +1100 Subject: [PATCH] Fix version of coreutils --- steps/coreutils-9.4/pass1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/coreutils-9.4/pass1.sh b/steps/coreutils-9.4/pass1.sh index f4690da1..4972e0d0 100755 --- a/steps/coreutils-9.4/pass1.sh +++ b/steps/coreutils-9.4/pass1.sh @@ -20,7 +20,7 @@ regenerate_files() { . ../../import-gnulib.sh - VERSION=$(basename "${BASH_SOURCE[0]}" .sh | sed 's/coreutils-//') + VERSION=$(basename "${PWD}" | sed 's/coreutils-//') echo "$VERSION" > .tarball-version # We don't have autopoint from gettext yet.