Fix cleanup

This commit is contained in:
Sam Stephenson 2011-10-18 14:18:14 -05:00
parent 2948dee888
commit 6990108a1e

View file

@ -8,7 +8,7 @@ usage() {
cleanup_packages() {
if [ -n "$package_root" ]; then
rm -rf "${package_root}/.."
rm -rf "${package_root%/*}"
fi
if [ -n "$package_file" ]; then