diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-10 19:17:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-10 21:04:12 -0400 |
commit | 94c25e89ce3248caff4fcf1c630b772d75576f2f (patch) | |
tree | c59157108b9ad3fb660ae9e5348bc6744716aa55 | |
parent | a77a3de8eee60239dc745288be69c5472a444d67 (diff) | |
download | abslibre-94c25e89ce3248caff4fcf1c630b772d75576f2f.tar.gz abslibre-94c25e89ce3248caff4fcf1c630b772d75576f2f.tar.bz2 abslibre-94c25e89ce3248caff4fcf1c630b772d75576f2f.zip |
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.
-rw-r--r-- | libre/systemd/PKGBUILD | 1 |
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 |