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

Andreas Radke andyrtr at archlinux.org
Wed Feb 27 16:13:49 UTC 2019


    Date: Wednesday, February 27, 2019 @ 16:13:49
  Author: andyrtr
Revision: 346902

upgpkg: man-db 2.8.5-2

enable systemd timer target by default again

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-27 16:07:46 UTC (rev 346901)
+++ PKGBUILD	2019-02-27 16:13:49 UTC (rev 346902)
@@ -3,7 +3,7 @@
 
 pkgname=man-db
 pkgver=2.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
 url="https://www.nongnu.org/man-db/"
@@ -56,7 +56,6 @@
   # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
   install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans
 
-#  probably not required
-#  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-#  ln -s ../man-db.timer ${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
+  ln -s ../man-db.timer ${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/man-db.timer
 }



More information about the arch-commits mailing list