summaryrefslogtreecommitdiffstats
path: root/lib/remove.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/remove.sh
parent92686a50af857d3babdad3be663f1a85fc1e64f8 (diff)
feed_*_package(): Reverse arch and plat in args.
Diffstat (limited to 'lib/remove.sh')
-rw-r--r--lib/remove.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/remove.sh b/lib/remove.sh
index c2e27e4..ce25ead 100644
--- a/lib/remove.sh
+++ b/lib/remove.sh
@@ -62,7 +62,7 @@ remove_packages_from_suite_archplat()
refs=$(db_dec_references "${arch}" "${plat}" "${source}" "${binver}")
while read -r size sect pkg; do
- feed_remove_package "${chan}" "${dist}" "${plat}" "${arch}" \
+ feed_remove_package "${chan}" "${dist}" "${arch}" "${plat}" \
"${sect}" "${pkg}"
if [ ${refs} -eq 0 ]; then
file="pool/$(hash_name "${source}")/${source}"