Create patches for versions 9.6 and 9.7 of coreutils. Update install script.

This commit is contained in:
nerun
2026-01-17 13:45:18 -03:00
parent 1635eb96e5
commit 7ad6ab4d6c
3 changed files with 1953 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
set -e
ADVCPMV_VERSION=${1:-0.9}
CORE_UTILS_VERSION=${2:-9.5}
CORE_UTILS_VERSION=${2:-9.7}
curl -LO https://ftp.gnu.org/gnu/coreutils/coreutils-$CORE_UTILS_VERSION.tar.xz
tar xvJf coreutils-$CORE_UTILS_VERSION.tar.xz