Skip to content

Installation of translated man pages still doesn't work

Hello,

after releasing v3.3.16, some distributions have already updated their packages (at least Archlinux and Mageia Cauldron). But the packages don't come with translated man pages...

I tried to build the Archlinux package locally. The translated versions are in man-po don't get installed. What a packager has to do to make this working? The current PKGBUILD file [1] performs the following commands:

./configure
--prefix=/usr
--exec-prefix=/
--sysconfdir=/etc
--libdir=/usr/lib
--bindir=/usr/bin
--sbindir=/usr/bin
--enable-watch8bit
--with-systemd
--disable-modern-top
--disable-kill

make }

package() { cd pkgname-pkgver make DESTDIR="$pkgdir" install

[1] https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/procps-ng