diff options
author | root <root@rshg054.dnsready.net> | 2012-08-22 00:02:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-22 00:02:51 +0000 |
commit | 297a042ac9a7bbd2b18a9551f5fa4fe43faf53b2 (patch) | |
tree | 75290bf7727659568bf50c0446db690d4888d908 /community/openntpd/PKGBUILD | |
parent | a3669c04838b48b6891b2ffc4b296fa515f8174f (diff) |
Wed Aug 22 00:02:51 UTC 2012
Diffstat (limited to 'community/openntpd/PKGBUILD')
-rw-r--r-- | community/openntpd/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/openntpd/PKGBUILD b/community/openntpd/PKGBUILD index 5bddf7dca..899ae7e15 100644 --- a/community/openntpd/PKGBUILD +++ b/community/openntpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 72171 2012-06-09 14:07:36Z dreisner $ +# $Id: PKGBUILD 75345 2012-08-20 19:14:50Z dreisner $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Mark Rosenstand <mark@borkware.net> # Contributor: Giorgio Lando <patroclo7@gmail.com> (adjtimex patch) @@ -6,7 +6,7 @@ pkgname=openntpd pkgver=3.9p1 -pkgrel=15 +pkgrel=18 pkgdesc="Free, easy to use implementation of the Network Time Protocol." url="http://www.openntpd.org/" arch=('x86_64' 'i686') @@ -21,7 +21,7 @@ sha256sums=('83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49' '77a0d1f3439d779c2ce259becf3fa583c21a16682a4f5327094da2e9837f6f96' '3abcec94c072b5913ef7156a22049d796ff04e19105befe1ea81a66522928fd2' 'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5' - 'b54b88cb0fe35636405e2b09744633cd815edb3e8c864035bcdb05f727858f53') + '7ad4d3ce4af3a6ff47ba2e5428092139666ad821101dafe1599b209d53f6943f') build() { cd "$srcdir/$pkgname-$pkgver" @@ -52,6 +52,9 @@ package() { # avoid conflict with filesystem>=2012.06 rm -r "$pkgdir/run" + + install -dm755 "$pkgdir/usr/lib/ntp-units.d" + echo "$pkgname.service" > "$pkgdir/usr/lib/ntp-units.d/$pkgname.list" } # vim:set ts=2 sw=2 et: |