From ef333f98a4aa0d06d109e2c3d1b14b291bc5304a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 12 Sep 2017 22:34:40 -0400 Subject: libre/systemd: fix libnss_* manpages They were being installed with a literal '*' in the filename. --- libre/systemd/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index db280c42e..0455ea8ca 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -15,7 +15,7 @@ _commit='d52e2bb9c20216972754c054e8534bca28baab66' # the commit count is handled by pkgver() function. pkgver=234.11 pkgrel=8 -pkgrel+=.parabola2 +pkgrel+=.parabola3 arch=('i686' 'x86_64') arch+=('armv7h') url="https://www.github.com/systemd/systemd" @@ -211,8 +211,9 @@ build() { local nssmodule for nssmodule in systemd 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 -t "$srcdir/dest"/nss-$nssmodule/usr/share/man/man8/ -- \ + "$srcdir/dest"/systemd/usr/share/man/man8/nss-$nssmodule.8 \ + "$srcdir/dest"/systemd/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