From 555464d3c93cccdc2ad7e4f1c603940fd0d57631 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 28 Jan 2007 20:45:42 +0000 Subject: simplepkg 0.4.9pre13 git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@130 04377dda-e619-0410-9926-eae83683ac58 --- src/simplaret | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/simplaret b/src/simplaret index d3dc24f..01fed4f 100755 --- a/src/simplaret +++ b/src/simplaret @@ -514,7 +514,6 @@ function simplaret_search_and_download_patch { # check if the patch was already downloaded if echo "$DOWNLOADED_PATCHES" | grep -q " $ARCH:$VERSION:$sugested "; then echo "jail $root needs package $sugested, but it's already downloaded, skipping donwload" - return fi # search if its installed in the jail @@ -562,7 +561,7 @@ function simplaret_search_and_download_patch { # finally, get the package if [ "$get" == "yes" ]; then - if [ "$S_UPGRADE" == "1" ]; then + if [ "$IS_UPGRADE" == "1" ]; then simplaret_install $sugested else simplaret_get $sugested -- cgit v1.2.3