summaryrefslogtreecommitdiffstats
path: root/lib/remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remove.sh')
-rw-r--r--lib/remove.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/remove.sh b/lib/remove.sh
index a89ff13..79428f0 100644
--- a/lib/remove.sh
+++ b/lib/remove.sh
@@ -53,12 +53,12 @@ remove_packages_from_suite_archplat()
local pkg=
local file=
- binver="$(db_get_binver "${chan}" "${dist}" "${plat}" "${arch}" \
+ binver="$(db_get_binver "${chan}" "${dist}" "${arch}" "${plat}" \
"${source}")"
if [ "x${binver}" = 'x' ]; then
return 0
fi
- db_del_binver "${chan}" "${dist}" "${plat}" "${arch}" "${source}"
+ db_del_binver "${chan}" "${dist}" "${arch}" "${plat}" "${source}"
refs=$(db_dec_references "${plat}" "${arch}" "${source}" "${binver}")
while read -r size sect pkg; do