summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 21:01:08 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 21:01:08 (EDT)
commit37b1a510c5fa4af3c16bdaf32870b6badd98d262 (patch)
treeb87a83f63e98b41a8bf0a86b2ab646fb75485f63 /src
parentc94515cd108fa6fd26702df321e68ca9538b589f (diff)
ob_get_doc_files(): Drop arch and plat parameters
The set of documentation files to be provided should not be dependent on the architecture and platform for which at least some of the binary packages are built.
Diffstat (limited to 'src')
-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