summaryrefslogtreecommitdiffstats
path: root/lib/include.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-14 12:37:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-14 12:37:07 (EDT)
commit436213e4efaabf22cab44030e7ad2b029e60bd55 (patch)
tree6ee8a9ccb5ca5c1047a0add36e91b6a6ba4d785d /lib/include.sh
parentc8531320376d6ec4e14f501d48af0eddb38e4ee6 (diff)
remove_packages_from_suite_archplat(): Reverse.
Diffstat (limited to 'lib/include.sh')
-rw-r--r--lib/include.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include.sh b/lib/include.sh
index 8b8aaaa..282b14f 100644
--- a/lib/include.sh
+++ b/lib/include.sh
@@ -78,7 +78,7 @@ include_changes()
"${binver}" "${arch}" "${plat}"
fi
remove_packages_from_suite_archplat "${chan}" \
- "${dist}" "${plat}" "${arch}" "${source}"
+ "${dist}" "${arch}" "${plat}" "${source}"
fi
db_set_binver "${chan}" "${dist}" "${arch}" "${plat}" \
"${source}" "${binver}"