+2009-08-08 Pavel Roskin <proski@gnu.org>
+
+ * util/grub-mkconfig.in: Define datarootdir, datadir may depend
+ on it. Add missing space before closing bracket. Fix
+ misleading formatting.
+
2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
* docs/grub.texi: Major overhaul. Remove all sections that are
libdir=@libdir@
sysconfdir=@sysconfdir@
package_version=@PACKAGE_VERSION@
+datarootdir=@datarootdir@
datadir=@datadir@
pkgdatadir=${datadir}/`echo @PACKAGE_TARNAME@ | sed "${transform}"`
grub_prefix=`echo /boot/grub | sed ${transform}`
else
continue
fi
- if [ "${basename}" = "ascii"] ; then
+ if [ "${basename}" = "ascii" ] ; then
# make sure all our children behave in conformance with ascii..
export LANG=C
fi
break 2
done
done
- if [ -z "${GRUB_FONT_PATH}" ] ; then
- # fallback to the native terminal for this platform
- unset GRUB_TERMINAL_OUTPUT
- fi
+ if [ -z "${GRUB_FONT_PATH}" ] ; then
+ # fallback to the native terminal for this platform
+ unset GRUB_TERMINAL_OUTPUT
+ fi
;;
*)
# make sure all our children behave in conformance with ascii..