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

Dave Reisner dreisner at archlinux.org
Tue May 29 20:20:38 UTC 2012


    Date: Tuesday, May 29, 2012 @ 16:20:38
  Author: dreisner
Revision: 160069

don't munge .so links for manpages

Apparently this isn't a dist problem, but relegated to builds from git.

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ----
 1 file changed, 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-29 19:23:15 UTC (rev 160068)
+++ PKGBUILD	2012-05-29 20:20:38 UTC (rev 160069)
@@ -87,10 +87,6 @@
   # fix systemd-analyze for python2
   sed -i '1s/python$/python2/' "$pkgdir/usr/bin/systemd-analyze"
 
-  # fix .so links in manpage stubs
-  find "$pkgdir/usr/share/man" -type f -name '*.[[:digit:]]' \
-      -exec sed -i '1s|^\.so \(.*\)\.\([[:digit:]]\+\)|.so man\2/\1.\2|' {} +
-
   # move bash-completion and symlink for loginctl
   install -Dm644 "$pkgdir/etc/bash_completion.d/systemd-bash-completion.sh" \
     "$pkgdir/usr/share/bash-completion/completions/systemctl"




More information about the arch-commits mailing list