diff --git a/.github/build/deb.sh b/.github/build/deb.sh index 10eaff308..cc592b39c 100755 --- a/.github/build/deb.sh +++ b/.github/build/deb.sh @@ -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 diff --git a/.github/build/rpm.sh b/.github/build/rpm.sh index 75291bad5..9e6e08f6c 100755 --- a/.github/build/rpm.sh +++ b/.github/build/rpm.sh @@ -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"