Files
AeroPkg/assets/var/gnu/coreutils.md
2025-08-29 17:25:21 +03:00

246 B

coreutils 9.6

https://ftp.gnu.org/gnu/coreutils/coreutils-9.6.tar.xz

FORCE_UNSAFE_CONFIGURE=1 \
./configure \
    --enable-install-program=hostname \
    --prefix=/pkg/gnu/coreutils &&
make -j$(nproc) && make install