Path for yaboot has changed.

This commit is contained in:
Dan Jacobowitz 2000-12-01 03:12:56 +00:00
parent 5301de0809
commit 4e43bca1fc
1 changed files with 3 additions and 3 deletions

View File

@ -106,9 +106,9 @@ cp -f $BASEDIR/data/yaboot/ofboot.b powermac/
# Extract yaboot from the archive
if [ -z "$YABOOT_DEBUG" ]; then
(ar p $MIRROR/dists/$CODENAME/main/binary-powerpc/base/yaboot_* data.tar.gz | \
tar zxf - -C powermac ./boot/yaboot)
mv powermac/boot/yaboot powermac/yaboot
rmdir powermac/boot
tar zxf - -C powermac ./usr/lib/yaboot/yaboot)
mv powermac/usr/lib/yaboot/yaboot powermac/yaboot
rm -rf powermac/usr
else
cp -f $YABOOT_DEBUG powermac/yaboot
fi