summaryrefslogtreecommitdiffstats
path: root/src/ob-genchanges.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-17 14:03:23 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-17 14:03:23 (EDT)
commitbc6d37a583b931fb9378560a9c1b55784c622ac9 (patch)
tree8e3fc2035a3b32d973db1422f896f7c2901f9c0a /src/ob-genchanges.sh
parentcf09c0ea05db8158d2cd781d0315730fc58162cf (diff)
ob-genchanges: Put source packages in src section
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 9e8c75a..b427bc3 100644
--- a/src/ob-genchanges.sh
+++ b/src/ob-genchanges.sh
@@ -66,7 +66,7 @@ write_files_src()
file="src-${OPK_SOURCE}_${OPK_SOURCE_VERSION}_src_all.opk"
printf ' %s %s %s\n' \
"$(wc -c "../../${file}" | cut -d ' ' -f 1)" \
- 'base' "${file}" >&3
+ 'src' "${file}" >&3
return 0
}