Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
gettext
Commits:
082e4970 by Balló György at 2024-12-31T00:01:31+01:00
Specify path for libexecdir
Without this, some files are installed under /usr/libexec, which is not
used on Arch Linux.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -44,6 +44,7 @@ build() {
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
+ --libexecdir=/usr/lib \
--enable-csharp \
--enable-nls \
--with-xz \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/082e49703701737fd04819f4f8e0375cf02fcbf6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/082e49703701737fd04819f4f8e0375cf02fcbf6
You're receiving this email because of your account on gitlab.archlinux.org.