summaryrefslogtreecommitdiffstats
path: root/src/oh-installfiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-installfiles.sh')
-rw-r--r--src/oh-installfiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh
index 45b2e21..082aae5 100644
--- a/src/oh-installfiles.sh
+++ b/src/oh-installfiles.sh
@@ -35,7 +35,7 @@ main()
ob_init_package '..'
ob_parse_package_metadata -c '.opkbuild.cache'
- for pkg in $(ob_get_binary_packages -a "${OPK_HOST_ARCH}"); do
+ for pkg in ${OPK_PACKAGES}; do
[ -r "../${pkg}.pkg/files" ] || continue
ob_info 'installing_files' "${pkg}"