Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
coreutils
Commits:
f33db131 by Tobias Powalowski at 2026-07-15T07:34:08+02:00
upgpkg: 9.11-2: fixed #10 create symlinks to LC_TIME from LC_MESSAGES
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = coreutils
pkgdesc = The basic file, shell and text manipulation utilities of the
GNU operating system
pkgver = 9.11
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/coreutils/
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=coreutils
pkgver=9.11
-pkgrel=1
+pkgrel=2
pkgdesc='The basic file, shell and text manipulation utilities of the GNU
operating system'
arch=('x86_64')
license=(
@@ -94,7 +94,8 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}/po"
for mo in *.mo; do
install -Dm 644 "${mo}"
"${pkgdir}/usr/share/locale/${mo%.mo}/LC_MESSAGES/${pkgname}.mo"
- install -Dm 644 "${mo}"
"${pkgdir}/usr/share/locale/${mo%.mo}/LC_TIME/${pkgname}.mo"
+ install -dm 755 ${pkgdir}/usr/share/locale/${mo%.mo}/LC_TIME
+ ln -s "../LC_MESSAGES/${pkgname}.mo"
"${pkgdir}/usr/share/locale/${mo%.mo}/LC_TIME/${pkgname}.mo"
done
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/f33db1312f616064d4730f92e793d6a761a69e5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/f33db1312f616064d4730f92e793d6a761a69e5a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help