]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
simplepkg 0.4.9pre13
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 28 Jan 2007 20:45:42 +0000 (20:45 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 28 Jan 2007 20:45:42 +0000 (20:45 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@130 04377dda-e619-0410-9926-eae83683ac58

doc/CHANGELOG
simplepkg.SlackBuild
src/simplaret

index 2549f5da3126ebafca5d9752171be4c5f27942da..57017ea51f0983af07be4c40634fe195735efdad 100644 (file)
@@ -1,7 +1,7 @@
 simplepkg changelog
 -------------------
 
-0.4.9pre10-12: small fixes
+0.4.9pre10-13: simplaret small fixes
 
 0.4.9pre9: createpkg:
              - speedup
index 34ac27a976efbd037f669a7df0ce4aef399b4e34..25f8c6b5be15f994cca8a779904ccb4a661feebf 100755 (executable)
@@ -6,7 +6,7 @@
 PACKAGE="simplepkg"
 PACK_DIR="package-$PACKAGE"
 BUILD=${BUILD:=1rha}
-VERSION="0.4.9pre12"
+VERSION="0.4.9pre13"
 ARCH="noarch"
 LIBEXEC="/usr/libexec/$PACKAGE"
 BINDIR="/usr/bin"
index d3dc24f2a53400421490a331aa42bea20429d7cf..01fed4ffe4109a8ef21a4b4660f3ea9a18fa29df 100755 (executable)
@@ -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