diff options
-rw-r--r-- | meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk b/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk index 18a0492fc0..cbc8d1a109 100644 --- a/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk +++ b/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts.awk @@ -7,7 +7,7 @@ # BEGIN { - rc=system("test -d /usr/dpkg/info/") + rc=system("test -d /var/lib/dpkg/info/") if (rc==0) pkgdir="/var/lib/dpkg/info" else |