summaryrefslogtreecommitdiff
path: root/community/chrony/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/chrony/PKGBUILD')
-rw-r--r--community/chrony/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD
index 4c7caea95..347241995 100644
--- a/community/chrony/PKGBUILD
+++ b/community/chrony/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108210 2014-03-24 21:36:00Z thestinger $
+# $Id: PKGBUILD 113776 2014-06-30 09:17:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Daniel Micay <danielmicay@gmail.com>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
@@ -9,7 +9,7 @@
pkgname=chrony
pkgver=1.29.1
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight NTP client and server'
arch=('i686' 'x86_64')
url="http://chrony.tuxfamily.org/"
@@ -45,7 +45,7 @@ package() {
install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/chrony.service"
install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
- echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
+ echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/10-$pkgname.list"
chown 183:183 "$pkgdir/var/lib/chrony"
}