From 37b1a510c5fa4af3c16bdaf32870b6badd98d262 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Mar 2019 21:01:08 -0400 Subject: 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. --- (limited to 'src/ob-installdocs.sh') 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 -- cgit v0.9.1