diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-22 04:03:07 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-22 04:03:07 +0000 |
commit | b43524eed7d771a8198c1422d7c46251016fb61b (patch) | |
tree | 7901448f4edf038c0a769ec8c91e9b8052fc473e /community/chrony/PKGBUILD | |
parent | 5b365327dcf9494b4122997569405c480ff16517 (diff) |
Tue Jul 22 03:58:13 UTC 2014
Diffstat (limited to 'community/chrony/PKGBUILD')
-rw-r--r-- | community/chrony/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index ff76857b4..0abaf3bf8 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 114721 2014-07-03 10:46:29Z thestinger $ +# $Id: PKGBUILD 116062 2014-07-21 11:15:13Z 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.30 -pkgrel=1 +pkgrel=3 pkgdesc='Lightweight NTP client and server' arch=('i686' 'x86_64') url="http://chrony.tuxfamily.org/" @@ -31,7 +31,7 @@ build() { package() { cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install install-docs install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" "$pkgdir/etc/chrony.conf" |