Hello Gordon,

thanks for your recent tips for getting the grub-package compiled with
Debian 2.2 (especially the dpkg-buildpackage was doing a good job). All files
are now installed at their correct places. The ./docs/Makefile was preventing
Debian-Linux from installing the info-files in the info-dir, because that
line

  if sh -c 'install-info --version | sed 1q | fgrep -s -v -i debian'; then
     # install info files
  else
     ;
  fi

will (because of the '-v' option) always return false, so nothing will be
done.

Ciao, Georg


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to