diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-29 08:18:29 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-29 08:18:29 +0000 |
commit | 4fa012fbfbb04ef13a589e35eab1e4aebe02c0e2 (patch) | |
tree | 151252557f7b08d541884e00c7e9827addfe34a9 /kiss-new | |
parent | 4404899c5f1cdda813d5ab48a0b85d1d987c0727 (diff) | |
download | cpt-4fa012fbfbb04ef13a589e35eab1e4aebe02c0e2.tar.gz |
kiss-new: Added TODO comment.
FossilOrigin-Name: 4529c496075fc90fffafaeb541d8d29d786dabfa192ef3653c5de2de72450d7c
Diffstat (limited to 'kiss-new')
-rwxr-xr-x | kiss-new | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -232,6 +232,9 @@ pkg_build() { for pkg; do pkg_sources "$pkg"; done + # TODO: Fix this. This doesn't *actually* work as it overwrites + # the repository checksums. 'pkg_checksum' needs to be modified + # to support a destination file as output. for pkg; do # Find the package's repository files. This needs to keep # happening as we can't store this data in any kind of data |