diff options
Diffstat (limited to 'lib/suite.sh')
-rw-r--r-- | lib/suite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/suite.sh b/lib/suite.sh index d6c92ef..709c3e6 100644 --- a/lib/suite.sh +++ b/lib/suite.sh @@ -63,8 +63,8 @@ _suite_copy_source() while read -r plat arch; do binver="$(db_get_binver "${src_chan}" "${src_dist}" \ - "${plat}" "${arch}" "${source}")" - db_set_binver "${dst_chan}" "${dst_dist}" "${plat}" "${arch}" \ + "${arch}" "${plat}" "${source}")" + db_set_binver "${dst_chan}" "${dst_dist}" "${arch}" "${plat}" \ "${source}" "${binver}" db_inc_references "${plat}" "${arch}" "${source}" "${binver}" \ >/dev/null |