[arch-commits] Commit in systemd/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Sat Oct 20 11:36:55 UTC 2012


    Date: Saturday, October 20, 2012 @ 07:36:54
  Author: dreisner
Revision: 169403

add symlink for journalctl bash completion

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-20 11:21:50 UTC (rev 169402)
+++ PKGBUILD	2012-10-20 11:36:54 UTC (rev 169403)
@@ -90,6 +90,7 @@
   install -Dm644 "$pkgdir/etc/bash_completion.d/systemd-bash-completion.sh" \
     "$pkgdir/usr/share/bash-completion/completions/systemctl"
   ln -s systemctl "$pkgdir/usr/share/bash-completion/completions/loginctl"
+  ln -s systemctl "$pkgdir/usr/share/bash-completion/completions/journalctl"
   rm -rf "$pkgdir/etc/bash_completion.d"
 
   # don't write units to /etc by default -- we'll enable this on post_install




More information about the arch-commits mailing list