You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
680 B

  1. From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito@ime.usp.br>
  2. Date: Thu, 24 Oct 2013 01:11:21 -0200
  3. Subject: Fix path for HFS wrapper block
  4. Fix the installation of the HFS wrapper block to be compliant in Linux
  5. systems (since it is arch independent).
  6. ---
  7. newfs_hfs.tproj/makehfs.c | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. --- a/newfs_hfs.tproj/makehfs.c
  10. +++ b/newfs_hfs.tproj/makehfs.c
  11. @@ -70,7 +70,7 @@ extern Boolean _CFStringGetFileSystemRep
  12. #include "readme.h"
  13. -#define HFS_BOOT_DATA "/usr/share/misc/hfsbootdata"
  14. +#define HFS_BOOT_DATA "/usr/share/hfsprogs/hfsbootdata"
  15. #define HFS_JOURNAL_FILE ".journal"
  16. #define HFS_JOURNAL_INFO ".journal_info_block"