diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-28 20:45:42 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-28 20:45:42 +0000 |
commit | 555464d3c93cccdc2ad7e4f1c603940fd0d57631 (patch) | |
tree | f355e0c496eccc84cfaf30d81fb22f29dee7b728 /src | |
parent | 964e94af811e34a0b86b73934e572bf0c9668735 (diff) | |
download | simplepkg-555464d3c93cccdc2ad7e4f1c603940fd0d57631.tar.gz simplepkg-555464d3c93cccdc2ad7e4f1c603940fd0d57631.tar.bz2 |
simplepkg 0.4.9pre13
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@130 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-x | src/simplaret | 3 |
1 files changed, 1 insertions, 2 deletions
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 |