mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:47:15 +08:00
Merge branch 'master' of gitorious.org:chakra-packages/desktop
This commit is contained in:
commit
eeadffb55f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user