b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 | |
| 5 | Fix the installation of the HFS wrapper block to be compliant in Linux |
| 6 | systems (since it is arch independent). |
| 7 | --- |
| 8 | newfs_hfs.tproj/makehfs.c | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | --- a/newfs_hfs.tproj/makehfs.c |
| 12 | +++ b/newfs_hfs.tproj/makehfs.c |
| 13 | @@ -70,7 +70,7 @@ extern Boolean _CFStringGetFileSystemRep |
| 14 | #include "readme.h" |
| 15 | |
| 16 | |
| 17 | -#define HFS_BOOT_DATA "/usr/share/misc/hfsbootdata" |
| 18 | +#define HFS_BOOT_DATA "/usr/share/hfsprogs/hfsbootdata" |
| 19 | |
| 20 | #define HFS_JOURNAL_FILE ".journal" |
| 21 | #define HFS_JOURNAL_INFO ".journal_info_block" |