aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-28 20:45:42 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-28 20:45:42 +0000
commit555464d3c93cccdc2ad7e4f1c603940fd0d57631 (patch)
treef355e0c496eccc84cfaf30d81fb22f29dee7b728 /src
parent964e94af811e34a0b86b73934e572bf0c9668735 (diff)
downloadsimplepkg-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-xsrc/simplaret3
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