Fix clean up

This commit is contained in:
Ilia Ross
2024-12-29 04:08:36 +02:00
parent d083cffd50
commit 5bc24cff74
2 changed files with 2 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ build_prod() {
purge_dir "$root_prod/tarballs"
if [ "$prod" != "" ]; then
rm -f "$root_repos/$prod-"*
rm -f "$root_repos/${prod}_"*
fi
postcmd $?
echo

View File

@@ -159,6 +159,7 @@ build_prod() {
remove_dir "$root_repos/repodata"
if [ "$prod" != "" ]; then
rm -f "$root_repos/$prod-"*
rm -f "$root_repos/${prod}_"*
fi
postcmd $?
make_dir "$root_build/RPMS/noarch"