summaryrefslogtreecommitdiffstats
path: root/src/ob-genchanges.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-02 21:35:51 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-02 21:41:02 (EDT)
commitf9e215885d44fa1bbe0a1c2814e2f30a99dc02f3 (patch)
treed55fbaa5f871b8afda65fe60e09fd628ca6a6c27 /src/ob-genchanges.sh
parent513f54e3b5bdd683332e93f7922215a56d7c54fb (diff)
ob-*, opkbuild: s/src-/src:/
pro-archman already handles this. The (outdated and probably broken) initial port bootstrap scripts will need to be updated for this, if they're ever used again. Some instructions in the wiki need to be updated.
Diffstat (limited to 'src/ob-genchanges.sh')
-rw-r--r--src/ob-genchanges.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-genchanges.sh b/src/ob-genchanges.sh
index f539e46..56070e5 100644
--- a/src/ob-genchanges.sh
+++ b/src/ob-genchanges.sh
@@ -63,7 +63,7 @@ write_files_src()
local file=
printf 'Files:\n' >&3
- file="src-${OPK_SOURCE}_${OPK_SOURCE_VERSION}_src_all.opk"
+ file="src:${OPK_SOURCE}_${OPK_SOURCE_VERSION}_src_all.opk"
printf ' %s %s %s\n' \
"$(wc -c "../../${file}" | cut -d ' ' -f 1)" \
'src' "${file}" >&3