aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-02-20 00:53:34 -0600
committerMike Westerhof <mwester@dls.net>2009-02-20 00:53:34 -0600
commitc3fa014987831d5cf8552e2d808f152760c356ff (patch)
tree7eaaf82578cbc03e78cc4c1c9a7c1e9b6ada324b /packages
parent4afdf8809c8272b53371633fa0ffa2cd00f911bb (diff)
downloadopenembedded-c3fa014987831d5cf8552e2d808f152760c356ff.tar.gz
ntpclient: correct directory for adjtimex to be consistent with busybox
Diffstat (limited to 'packages')
-rw-r--r--packages/ntpclient/ntpclient_2007_365.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ntpclient/ntpclient_2007_365.bb b/packages/ntpclient/ntpclient_2007_365.bb
index 89f5967d3f..b7988ab5bb 100644
--- a/packages/ntpclient/ntpclient_2007_365.bb
+++ b/packages/ntpclient/ntpclient_2007_365.bb
@@ -4,7 +4,7 @@ AUTHOR = "Larry Doolittle <larry@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} () {