summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-22 19:16:30 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-22 19:16:30 (EDT)
commit1bda44ec2da198adb5ae5b6342a6a0fe158d9437 (patch)
treecccd5454c486c53ba414f29c75f300aebffa9e1f
parentb69fea84f6e73a6d51bd8e3757f6385ed34758cc (diff)
Fix new OH_HOST_* variable in architecture lib.
-rw-r--r--lib/architecture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/architecture.sh b/lib/architecture.sh
index e8ed182..9b9bef3 100644
--- a/lib/architecture.sh
+++ b/lib/architecture.sh
@@ -64,7 +64,7 @@ oh_get_package_architecture()
if [ -n "${OH_HOST_PLATFORM}" ]; then
echo "${OH_HOST_PLATFORM}"
else
- echo "${OH_HOST_ARCH}"
+ echo "${OH_HOST_ARCH_DIST}"
fi
return 0