diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-11-06 21:07:01 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-11-06 21:07:01 +0000 |
commit | 87552a5d93c064e38b74ac0468d014b4bc33f39c (patch) | |
tree | a05fb87c46d4f79536b4f1035b93a37620c5b45e /src/simplaret | |
parent | 066118c1aa22b0afa8fac1b02895e753db2c7c39 (diff) | |
download | simplepkg-87552a5d93c064e38b74ac0468d014b4bc33f39c.tar.gz simplepkg-87552a5d93c064e38b74ac0468d014b4bc33f39c.tar.bz2 |
jail-upgrade: fixed bugs and made it recursive
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@24 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src/simplaret')
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret index b2b7d2b..cdcf430 100755 --- a/src/simplaret +++ b/src/simplaret @@ -371,7 +371,7 @@ function simplaret_get_patches { echo fetching patches for arch $ARCH and version $VERSION... - # check for the downloaded patches + # check for downloaded patches for patch in `ls $PATCHES_DIR/$ARCH/$VERSION/*tgz 2> /dev/null`; do file="`find $STORAGE/$ARCH/$VERSION/ -name $patch 2> /dev/null`" if [ ! -f "$file" ]; then |