summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/run-postinsts/run-postinsts
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2015-07-24 13:48:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-31 10:32:38 +0100
commit0e9a9842a83a03cb06bfb49e899bee8c31e47ac4 (patch)
tree93055d5ade0302131fbecfd5bf6a6b2d3532adef /meta/recipes-devtools/run-postinsts/run-postinsts
parent1ce5d59f9ebc97b8a29022f600d4d071bca0133f (diff)
downloadpoky-0e9a9842a83a03cb06bfb49e899bee8c31e47ac4.tar.gz
run-postinsts: use ${localstatedir} instead of hardcoding /var/lib
(From OE-Core rev: 48d735a8938ec7c49754a57019182ebcd9a2d8b6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/run-postinsts/run-postinsts')
-rwxr-xr-xmeta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
index ac9cee678b..58ea85e114 100755
--- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
+++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
@@ -20,7 +20,7 @@ for pm in $backend_list; do
20 20
21 case $pm in 21 case $pm in
22 "deb") 22 "deb")
23 if [ -s "/var/lib/dpkg/status" ]; then 23 if [ -s "#LOCALSTATEDIR#/lib/dpkg/status" ]; then
24 pm_installed=true 24 pm_installed=true
25 break 25 break
26 fi 26 fi