summaryrefslogtreecommitdiffstats
path: root/lib/suite.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-15 11:37:59 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-15 11:37:59 (EDT)
commit081396dc341061b9b88e1dd58e3107b85d79fb72 (patch)
treedfa37e7e9c6a88e89197655b1288a6a36b53fe8b /lib/suite.sh
parent92686a50af857d3babdad3be663f1a85fc1e64f8 (diff)
feed_*_package(): Reverse arch and plat in args.
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 4115cea..1408c14 100644
--- a/lib/suite.sh
+++ b/lib/suite.sh
@@ -73,7 +73,7 @@ _suite_copy_source()
pool_file="${pool_file}/${pkg}_${binver}"
pool_file="${pool_file}_${arch}_${plat}.opk"
feed_add_package "${dst_chan}" "${dst_dist}" \
- "${plat}" "${arch}" \
+ "${arch}" "${plat}" \
"${sect}" "${pkg}" "${size}" "${pool_file}"
done <<-EOF
$(db_get_packages "${arch}" "${plat}" \