summaryrefslogtreecommitdiffstats
path: root/src/ob-installdocs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ob-installdocs.sh')
-rw-r--r--src/ob-installdocs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh
index 9418514..dc768ed 100644
--- a/src/ob-installdocs.sh
+++ b/src/ob-installdocs.sh
@@ -87,8 +87,7 @@ main()
install_docs "${srcs}" "${dest}" \
"${data_doc_dir}" || return 1
done <<-EOF
- $(ob_get_doc_files "${OPK_HOST_ARCH}" \
- "${OPK_HOST_PLAT}")
+ $(ob_get_doc_files)
EOF
fi
else