* Commited the same fix than for potato/upgrade.sh. Install upgrade stuff
for all CD1* ...
This commit is contained in:
parent
b84c867ffb
commit
01d1ef9162
|
@ -5,11 +5,12 @@
|
|||
|
||||
if [ "$ARCH" = "i386" -a -d "$MIRROR/dists/$CODENAME/main/upgrade-older-$ARCH" \
|
||||
-a -d "$MIRROR/dists/$CODENAME/main/upgrade-2.0-$ARCH" ]; then
|
||||
|
||||
$BASEDIR/tools/add_files $TDIR/$CODENAME-$ARCH/1 $MIRROR \
|
||||
for dir in $TDIR/$CODENAME-$ARCH/CD1*
|
||||
do
|
||||
$BASEDIR/tools/add_files $dir $MIRROR \
|
||||
dists/$CODENAME/main/upgrade-older-$ARCH \
|
||||
dists/$CODENAME/main/upgrade-2.0-$ARCH
|
||||
|
||||
done
|
||||
elif [ "$ARCH" = "i386" ]; then
|
||||
echo "UPGRADE DIR FOR I386 ARE MISSING !!" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue