From c3fa014987831d5cf8552e2d808f152760c356ff Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Fri, 20 Feb 2009 00:53:34 -0600 Subject: [PATCH] ntpclient: correct directory for adjtimex to be consistent with busybox --- packages/ntpclient/ntpclient_2007_365.bb | 4 ++-- 1 file 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 " 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} () { -- 2.39.5