diff options
author | Patrick 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) |
commit | 37b1a510c5fa4af3c16bdaf32870b6badd98d262 (patch) | |
tree | b87a83f63e98b41a8bf0a86b2ab646fb75485f63 /lib/package | |
parent | c94515cd108fa6fd26702df321e68ca9538b589f (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 'lib/package')
-rw-r--r-- | lib/package/2.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/package/2.sh b/lib/package/2.sh index 345eac3..c113dba 100644 --- a/lib/package/2.sh +++ b/lib/package/2.sh @@ -127,9 +127,6 @@ _ob_get_doc_package_2() _ob_get_doc_files_2() { - local arch="${1}" - local plat="${2}" - shift 2 || _ob_abort local doc_pkg= doc_pkg="$(_ob_get_doc_package_2)" |