diff options
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret index 4ab5772..2d39dbe 100755 --- a/src/simplaret +++ b/src/simplaret @@ -463,7 +463,7 @@ function simplaret_search_and_download_patch { done # if the package is installed, download the patch - if [[ "$package_installed" != "1" ]]; then + if [[ "$package_installed" == "1" ]]; then # TODO: verificar se eh a mesma versao e build number que esta instalada? # DOWNLOAD_EVEN_IF_APPLIED? simplaret_get $candidate |