mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-11 04:24:36 +08:00
Fix clean-builddir.sh
This commit is contained in:
parent
a52d625e04
commit
34a3fd232e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user