summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/suite.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/suite.sh b/lib/suite.sh
index 2504cc0..d6c92ef 100644
--- a/lib/suite.sh
+++ b/lib/suite.sh
@@ -66,6 +66,8 @@ _suite_copy_source()
"${plat}" "${arch}" "${source}")"
db_set_binver "${dst_chan}" "${dst_dist}" "${plat}" "${arch}" \
"${source}" "${binver}"
+ db_inc_references "${plat}" "${arch}" "${source}" "${binver}" \
+ >/dev/null
while read -r size sect pkg; do
pool_file="pool/$(hash_name "${source}")/${source}"
pool_file="${pool_file}/${pkg}_${binver}"