[arch-commits] Commit in ntp/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Tue Aug 21 15:28:40 UTC 2012


    Date: Tuesday, August 21, 2012 @ 11:28:40
  Author: dreisner
Revision: 165510

upgpkg: ntp 4.2.6.p5-11

- correct the path, for realzies this time
  - upstream creates one directory on install, reads from another, documents none of it.

Modified:
  ntp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-21 14:11:50 UTC (rev 165509)
+++ PKGBUILD	2012-08-21 15:28:40 UTC (rev 165510)
@@ -5,7 +5,7 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=10
+pkgrel=11
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -62,6 +62,6 @@
 	mv man/man* "${pkgdir}"/usr/share/man
 	mv "${pkgdir}/usr/share/man/man8/ntpd.8" "${pkgdir}/usr/share/man/man8/ntp-ntpd.8" # we should ditch openntpd
 
-	install -dm755 "$pkgdir/usr/lib/ntp-units.d"
-	echo "ntpd.service" > "$pkgdir/usr/lib/ntp-units.d/$pkgname.list"
+	install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
+	echo "ntpd.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list"
 }




More information about the arch-commits mailing list