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

Andreas Radke andyrtr at archlinux.org
Sun Sep 28 19:48:56 UTC 2014


    Date: Sunday, September 28, 2014 @ 21:48:56
  Author: andyrtr
Revision: 223668

upgpkg: man-db 2.7.0.2-2

fix systemd-tmpfile FS#42154

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-28 17:57:16 UTC (rev 223667)
+++ PKGBUILD	2014-09-28 19:48:56 UTC (rev 223668)
@@ -4,7 +4,7 @@
 
 pkgname=man-db
 pkgver=2.7.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for reading man pages"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/man-db/"
@@ -28,6 +28,10 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  
+  # fix group in systemd tempfile
+  sed -i 's/man\ root/root\ root/' init/systemd/man-db.conf
+    
   ./configure --prefix=/usr \
     --sbindir=/usr/bin \
     --sysconfdir=/etc \



More information about the arch-commits mailing list