From 16fdb76a1d6fe9da64682537245fa1343dbdbf9e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 14 Aug 2013 12:24:25 -0400 Subject: db_*_references(): Reverse arch and plat. --- (limited to 'lib/remove.sh') diff --git a/lib/remove.sh b/lib/remove.sh index c268d8a..f756a9d 100644 --- a/lib/remove.sh +++ b/lib/remove.sh @@ -59,7 +59,7 @@ remove_packages_from_suite_archplat() return 0 fi db_del_binver "${chan}" "${dist}" "${arch}" "${plat}" "${source}" - refs=$(db_dec_references "${plat}" "${arch}" "${source}" "${binver}") + refs=$(db_dec_references "${arch}" "${plat}" "${source}" "${binver}") while read -r size sect pkg; do feed_remove_package "${chan}" "${dist}" "${plat}" "${arch}" \ -- cgit v0.9.1