summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/opkg/opkg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index c1798b1623..c34ac5b4eb 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -63,7 +63,7 @@ REDIRECT_CMD[vardepsexclude] += "IMAGE_FEATURES POSTLOG"
63 63
64pkg_postinst_${PN} () { 64pkg_postinst_${PN} () {
65#!/bin/sh 65#!/bin/sh
66if [ "x$D" != "x" ] && [ -f $D/var/lib/opkg/status ]; then 66if [ "x$D" != "x" ] && [ -f $D${OPKGLIBDIR}/opkg/status ]; then
67 install -d $D${sysconfdir}/rcS.d 67 install -d $D${sysconfdir}/rcS.d
68 68
69 # this happens at S98 where our good 'ole packages script used to run 69 # this happens at S98 where our good 'ole packages script used to run