if  [  !  -e ${INSTALL_ROOT}/boot/grub  ];  then
  mkdir -p ${INSTALL_ROOT}/boot/grub
fi  &&

make  install                          &&
chmod  750   ${INSTALL_ROOT}/sbin/grub*  &&

#  Sample image, replace with SMGL image
mkdir  -p  /boot/grub/images                &&
cp  ${SCRIPT_DIRECTORY}/smgl-splash.xpm.gz  \
     ${INSTALL_ROOT}/boot/grub/images &&
# this will create a sensible menu.lst.skel in the future

cp -v $INSTALL_ROOT/usr/lib/grub/i386-pc/* $INSTALL_ROOT/boot/grub
