diff --git a/clean-builddir.sh b/clean-builddir.sh index cf6fa125c..4924eff44 100755 --- a/clean-builddir.sh +++ b/clean-builddir.sh @@ -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 diff --git a/clean-workdir.sh b/clean-workdir.sh index 7588ad220..f461956c1 100755 --- a/clean-workdir.sh +++ b/clean-workdir.sh @@ -40,7 +40,7 @@ cleanup_src() do status_start "${module}" pushd $module &>/dev/null - rm -rf pkg src dbg hdr &>/dev/null + rm -rf pkg src dbg hdr log *.pkg.* &>/dev/null popd &>/dev/null status_done done