Fix clean-builddir.sh

This commit is contained in:
Manuel 2010-11-30 00:02:29 +00:00
parent a52d625e04
commit 34a3fd232e

View File

@ -32,10 +32,10 @@ done
cleanup_pkgs() {
title2 "Cleaning build packages"
pushd _repo/build/ &>/dev/null
pushd _repo/local/ &>/dev/null
status_start "_repo/build"
rm -rf *.tar.gz &>/dev/null
status_start "_repo/local"
rm -rf *.pkg.tar.* &>/dev/null
status_done
popd &>/dev/null