summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-10 19:17:25 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-10 21:04:12 -0400
commit94c25e89ce3248caff4fcf1c630b772d75576f2f (patch)
treec59157108b9ad3fb660ae9e5348bc6744716aa55 /libre
parenta77a3de8eee60239dc745288be69c5472a444d67 (diff)
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.
Diffstat (limited to 'libre')
-rw-r--r--libre/systemd/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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