From 94c25e89ce3248caff4fcf1c630b772d75576f2f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 10 Sep 2017 19:17:25 -0400 Subject: libre/systemd: Put the libnss_$module.so.*.8 man page aliases in correct pkgs I'm not sure what version these were added in, but the splitty bit wasn't updated. --- libre/systemd/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 99c6954de..287c65f16 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -210,6 +210,7 @@ build() { for nssmodule in myhostname mymachines resolve; do install -dm755 "$srcdir/dest/nss-$nssmodule"/usr/{lib,share/man/man8} mv -T "$srcdir/dest"/{systemd,nss-$nssmodule}/usr/share/man/man8/nss-$nssmodule.8 + mv -T "$srcdir/dest"/{systemd,nss-$nssmodule}/usr/share/man/man8/libnss_$nssmodule.*.8 mv "$srcdir/dest"/systemd/usr/lib/libnss_$nssmodule.so* -t "$srcdir/dest"/nss-$nssmodule/usr/lib/ done -- cgit v1.2.3