summaryrefslogtreecommitdiffstats
path: root/lib/suite.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-14 12:24:25 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-14 12:24:25 (EDT)
commit16fdb76a1d6fe9da64682537245fa1343dbdbf9e (patch)
treec78393856bcbfbcb1be7b118a83fc239fe0e20a7 /lib/suite.sh
parent434cddbfbc94ea5690a5a1f381e94c60b307c397 (diff)
db_*_references(): Reverse arch and plat.
Diffstat (limited to 'lib/suite.sh')
-rw-r--r--lib/suite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/suite.sh b/lib/suite.sh
index 1444b48..e0e0b91 100644
--- a/lib/suite.sh
+++ b/lib/suite.sh
@@ -66,7 +66,7 @@ _suite_copy_source()
"${arch}" "${plat}" "${source}")"
db_set_binver "${dst_chan}" "${dst_dist}" "${arch}" "${plat}" \
"${source}" "${binver}"
- db_inc_references "${plat}" "${arch}" "${source}" "${binver}" \
+ db_inc_references "${arch}" "${plat}" "${source}" "${binver}" \
>/dev/null
while read -r size sect pkg; do
pool_file="pool/$(hash_name "${source}")/${source}"