index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andres P <aepd87@gmail.com> | 2010-06-25 18:46:38 -0430 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-12 20:25:09 -0600 |
commit | 889c260cbf6cf497169ca9b75df121d04140441d (patch) | |
tree | 9e786269b1610f3c72e590e8a43801aac7eea6c2 /scripts/makepkg.sh.in | |
parent | 579533d1a07808c3e0458d6042d6039e56c38de2 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index f5402222..4e321d1f 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -447,8 +447,6 @@ resolve_deps() { # check deps again to make sure they were resolved deplist="$(set +E; check_deps $*)" || exit 1 [[ -z $deplist ]] && return $R_DEPS_SATISFIED - elif (( DEP_BIN )); then - error "$(gettext "Failed to install all missing dependencies.")" fi msg "$(gettext "Missing Dependencies:")" |