index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2019-01-30 10:40:09 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-01-30 13:39:35 +1000 |
commit | 6cf0548128d6d1a839ba93997b017661520395be (patch) | |
tree | 06c453355c38ec3b8a71e1a4fc35e4934d3363f2 /scripts/makepkg.sh.in | |
parent | 776fbe1cde58739d0469d3efbc76cb13b80f18b3 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index c81dc801..749d074a 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -336,7 +336,7 @@ remove_deps() { msg "Removing installed dependencies..." # exit cleanly on failure to remove deps as package has been built successfully - if ! run_pacman -Rn ${deplist[@]}; then + if ! run_pacman -Rnu ${deplist[@]}; then warning "$(gettext "Failed to remove installed dependencies.")" return $E_REMOVE_DEPS_FAILED fi |