2009-05-28 Pavel Roskin <proski@gnu.org>

* Makefile.in: Don't use "cp -d", it doesn't work on FreeBSD.
	Remove the original symlink explicitly.

	* fs/hfs.c (grub_hfs_find_dir): Skip sequences of slashes, not
	just one slash.  That's how grub_fshelp_find_file() does it.
This commit is contained in:
fzielcke 2009-06-03 13:49:52 +00:00
parent cbb3c83ee4
commit 57788cfdf6
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-05-28 Pavel Roskin <proski@gnu.org>
* Makefile.in: Don't use "cp -d", it doesn't work on FreeBSD.
Remove the original symlink explicitly.
* fs/hfs.c (grub_hfs_find_dir): Skip sequences of slashes, not
just one slash. That's how grub_fshelp_find_file() does it.