diff options
author | root <root@rshg054.dnsready.net> | 2012-08-23 00:03:08 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-23 00:03:08 +0000 |
commit | c40883520f917311c212dc4a22e86be30cef658f (patch) | |
tree | ef8badd68c32564574e9b9317db1884fdaf98d2f /community/openntpd/PKGBUILD | |
parent | 297a042ac9a7bbd2b18a9551f5fa4fe43faf53b2 (diff) |
Thu Aug 23 00:03:08 UTC 2012
Diffstat (limited to 'community/openntpd/PKGBUILD')
-rw-r--r-- | community/openntpd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/openntpd/PKGBUILD b/community/openntpd/PKGBUILD index 899ae7e15..a02bd13c1 100644 --- a/community/openntpd/PKGBUILD +++ b/community/openntpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75345 2012-08-20 19:14:50Z dreisner $ +# $Id: PKGBUILD 75378 2012-08-21 16:04:24Z 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=18 +pkgrel=19 pkgdesc="Free, easy to use implementation of the Network Time Protocol." url="http://www.openntpd.org/" arch=('x86_64' 'i686') @@ -53,8 +53,8 @@ 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" + install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d" + echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list" } # vim:set ts=2 sw=2 et: |