index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 3 |
diff --git a/lib/common-functions b/lib/common-functions index 0e4abff..a479f5f 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -528,7 +528,8 @@ make_source_info() { makepkg --printsrcinfo cd .. } > \ - "${output}" + "${output}" || \ + rm -f "${output}" ) |