From 87552a5d93c064e38b74ac0468d014b4bc33f39c Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 6 Nov 2006 21:07:01 +0000 Subject: 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 --- src/simplaret | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simplaret') 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 -- cgit v1.2.3