[arch-commits] Commit in chrony/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Apr 28 11:45:11 UTC 2015
Date: Tuesday, April 28, 2015 @ 13:45:08
Author: spupykin
Revision: 132436
Modified:
chrony/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-28 11:45:05 UTC (rev 132435)
+++ PKGBUILD 2015-04-28 11:45:08 UTC (rev 132436)
@@ -9,7 +9,7 @@
pkgname=chrony
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight NTP client and server'
arch=('i686' 'x86_64')
url="http://chrony.tuxfamily.org/"
@@ -38,7 +38,7 @@
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install install-docs
- install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example1" "$pkgdir/etc/chrony.conf"
+ install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" "$pkgdir/etc/chrony.conf"
echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
@@ -49,5 +49,7 @@
install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/chrony.service"
+ cp -a examples $pkgdir/usr/share/doc/chrony/examples
+
chown 183:183 "$pkgdir/var/lib/chrony"
}
More information about the arch-commits
mailing list