index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-10-28 11:37:39 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-30 10:04:17 +1000 |
commit | 5c2059db28cc8d0dfa96f288517f2e10d1b6137a (patch) | |
tree | 6eac98b93f899b0f54c689a64bed31cadcbed423 /scripts | |
parent | 0272fca993718460bf7ecb7fdc3ca7dad1c7e6cd (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index d217d0a4..c49ac57a 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -133,7 +133,7 @@ clean_up() { rm "$logpipe" fi - if (( (EXIT_CODE == E_OK || EXIT_CODE == E_INSTALL_FAILED) && CLEANUP )); then + if (( (EXIT_CODE == E_OK || EXIT_CODE == E_INSTALL_FAILED) && BUILDPKG && CLEANUP )); then local pkg file # If it's a clean exit and -c/--clean has been passed... |