From 5ed37e27d7cfceb6b35efc3fa1ce30e49254a4e2 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 15 Dec 2025 08:07:30 -0500 Subject: refactor: temporary workaround for uutils-coreutils conflict --- coreutils-uutils-kj_sh604/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coreutils-uutils-kj_sh604/PKGBUILD b/coreutils-uutils-kj_sh604/PKGBUILD index 9bf89b4..5a6d6da 100644 --- a/coreutils-uutils-kj_sh604/PKGBUILD +++ b/coreutils-uutils-kj_sh604/PKGBUILD @@ -66,6 +66,11 @@ package() { SKIP_UTILS="hostname kill more uptime" # clean conflicts (arch ships these in the bash-completion package) rm $pkgdir/usr/share/bash-completion/completions/* + # remove locales as a temporary workaround for uutils-coreutils conflict + rm -r "$pkgdir/usr/share/locales" || { + echo 'ERROR: SOMETHING VERY WRONG JUST HAPPENED' + exit 1 + } # symlink missing binaries cd $pkgdir/usr/bin if [ -f "coreutils" ]; then -- cgit v1.2.3