Browse Source

fixed tiny typo

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1845 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d22e0b5518
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      target/bootdisk/build_stage2.sh

+ 1
- 1
target/bootdisk/build_stage2.sh

@ -56,7 +56,7 @@ do
done
#
echo_status "Saving boot/* - we do not need this on the 2nd stage ..."
rm -rf ../boor ; mkdir ../boot
rm -rf ../boot ; mkdir ../boot
mv -v boot/* ../boot/
#
echo_status "Remove the stuff we don't need ..."

Loading…
Cancel
Save