diff options
author | P. 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) |
commit | 1bda44ec2da198adb5ae5b6342a6a0fe158d9437 (patch) | |
tree | cccd5454c486c53ba414f29c75f300aebffa9e1f /lib | |
parent | b69fea84f6e73a6d51bd8e3757f6385ed34758cc (diff) |
Fix new OH_HOST_* variable in architecture lib.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/architecture.sh | 2 |
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 |