[arch-commits] Commit in mlocate/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Thu Apr 2 17:20:20 UTC 2020
Date: Thursday, April 2, 2020 @ 17:20:20
Author: bisson
Revision: 379148
implement FS#66059
Modified:
mlocate/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-02 15:21:40 UTC (rev 379147)
+++ PKGBUILD 2020-04-02 17:20:20 UTC (rev 379148)
@@ -5,7 +5,7 @@
pkgname=mlocate
pkgver=0.26.git.20170220
_commit=c98bf6595703456558a6f9c163c746cdaa9e591f
-pkgrel=2
+pkgrel=3
pkgdesc='Merging locate/updatedb implementation'
url='https://pagure.io/mlocate'
arch=('x86_64')
@@ -61,6 +61,6 @@
install -Dm644 ../updatedb.timer "${pkgdir}/usr/lib/systemd/system/updatedb.timer"
install -Dm644 ../updatedb.service "${pkgdir}/usr/lib/systemd/system/updatedb.service"
- install -d "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants"
- ln -s ../updatedb.timer "${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/updatedb.timer"
+ install -d "${pkgdir}/usr/lib/systemd/system/timers.target.wants"
+ ln -s ../updatedb.timer "${pkgdir}/usr/lib/systemd/system/timers.target.wants/updatedb.timer"
}
More information about the arch-commits
mailing list