[arch-commits] Commit in systemd/trunk (PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Sun May 6 19:37:42 UTC 2012
Date: Sunday, May 6, 2012 @ 15:37:42
Author: dreisner
Revision: 158671
fix solinks to poweroff/reboot pages
Modified:
systemd/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-05-06 13:00:01 UTC (rev 158670)
+++ PKGBUILD 2012-05-06 19:37:42 UTC (rev 158671)
@@ -97,6 +97,7 @@
IFS='/' read section page <<< "$manpage"
mv "$manpage" "$section/systemd.$page"
done
+ sed -i '1s|/\([^/]\+\)|/systemd.\1|' "$pkgdir"/usr/share/man/man8/systemd.{poweroff,reboot}.8
# move bash-completion and symlink for loginctl
install -Dm644 "$pkgdir/etc/bash_completion.d/systemd-bash-completion.sh" \
More information about the arch-commits
mailing list