diff options
| author | kj_sh604 | 2025-12-15 08:07:30 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-15 08:07:30 -0500 |
| commit | 5ed37e27d7cfceb6b35efc3fa1ce30e49254a4e2 (patch) | |
| tree | ef6511ca94e79216c21fff87dd9ce2ce1a9d6f99 | |
| parent | 45fb9228b3e2d159c1b3fe79199ed589d36234b0 (diff) | |
refactor: temporary workaround for uutils-coreutils conflict
| -rw-r--r-- | coreutils-uutils-kj_sh604/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
