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

Eric Bélanger eric at archlinux.org
Mon Dec 14 02:07:12 UTC 2009


    Date: Sunday, December 13, 2009 @ 21:07:12
  Author: eric
Revision: 61254

upgpkg: ntp 4.2.6-2
    fixed man page conflict (close FS#17485)

Modified:
  ntp/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-14 01:47:04 UTC (rev 61253)
+++ PKGBUILD	2009-12-14 02:07:12 UTC (rev 61254)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=ntp
 pkgver=4.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="NTP (Network Time Protocol) tries to keep servers in sync"
 arch=(i686 x86_64)
 license=('custom')
@@ -60,6 +60,7 @@
   install -d "$pkgdir"/usr/share/man/man{5,8}
   install -m644 man/man5/* "$pkgdir/usr/share/man/man5/" || return 1
   install -m644 man/man8/* "$pkgdir/usr/share/man/man8/" || return 1
+  mv "$pkgdir/usr/share/man/man8/ntpd.8" "$pkgdir/usr/share/man/man8/ntp-ntpd.8" || return 1
   cd ..
 
   # install sample configs




More information about the arch-commits mailing list