[oe-commits] Mike Westerhof : ntpclient: correct directory for adjtimex to be consistent with busybox

GIT User account git at amethyst.openembedded.net
Fri Feb 20 06:54:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c3fa014987831d5cf8552e2d808f152760c356ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c3fa014987831d5cf8552e2d808f152760c356ff

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Feb 20 00:53:34 2009 -0600

ntpclient: correct directory for adjtimex to be consistent with busybox

---

 packages/ntpclient/ntpclient_2007_365.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/ntpclient/ntpclient_2007_365.bb b/packages/ntpclient/ntpclient_2007_365.bb
index 89f5967..b7988ab 100644
--- a/packages/ntpclient/ntpclient_2007_365.bb
+++ b/packages/ntpclient/ntpclient_2007_365.bb
@@ -4,7 +4,7 @@ AUTHOR = "Larry Doolittle <larry at doolittle.boa.org>"
 RDEPENDS = "busybox"
 SECTION = "admin"
 LICENSE = "GPLv2"
-PR = "r1"
+PR = "r2"
 # The ntpclient package uses version numbers that include an underscore :(
 PV = "2007_365"
 # ntpclient unpacks into a directory that doesn't include version info :(
@@ -33,7 +33,7 @@ do_install () {
 }
 
 pkg_postinst_${PN} () {
-	update-alternatives --install ${sbindir}/adjtimex adjtimex adjtimex.${PN} 100
+	update-alternatives --install ${base_sbindir}/adjtimex adjtimex adjtimex.${PN} 100
 }
 
 pkg_prerm_${PN} () {





More information about the Openembedded-commits mailing list