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

Andrea Scarpino andrea at archlinux.org
Mon Jun 27 05:41:06 UTC 2011


    Date: Monday, June 27, 2011 @ 01:41:06
  Author: andrea
Revision: 129362

upgpkg: neon 0.29.6-2
Fix invalid .so links in man pages (FS#24902)

Modified:
  neon/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-27 00:16:04 UTC (rev 129361)
+++ PKGBUILD	2011-06-27 05:41:06 UTC (rev 129362)
@@ -5,7 +5,7 @@
 
 pkgname=neon
 pkgver=0.29.6
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
@@ -24,6 +24,9 @@
     --with-ssl=openssl \
     --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
   make
+
+  # fix invalid .so links in man pages (FS#24902)
+  sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/*
 }
 
 package() {




More information about the arch-commits mailing list