diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-25 18:05:31 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-25 18:05:31 (EST) |
commit | 41348f1255cf5941222442accec97fd00c6c2226 (patch) | |
tree | aa2b4ee336071fb627e069e2c0d5160fa649526f | |
parent | e989132330af870bd35db583a8218c0d23fd7798 (diff) |
opkbuild: Add an extremely thoughtful TODO comment
-rw-r--r-- | src/opkbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 361a5f5..6c19b89 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -276,6 +276,7 @@ setup_build() ob_get_binary_packages -a 'all' -P 'all')" # This is an internal non-SPF variable. The definition of OPK_PACKAGES # may change in future SPF versions. + # TODO: ??? OPK_PACKAGES_REDUCED="$(\ ob_get_binary_packages -a "${OPK_HOST_ARCH}" \ -P "${OPK_HOST_PLAT}")" |