blob: 4cfab48b35665c8c027e994c5c070517a3d22c81 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito@ime.usp.br>
2Date: Thu, 24 Oct 2013 01:11:21 -0200
3Subject: Fix path for HFS wrapper block
4
5Fix the installation of the HFS wrapper block to be compliant in Linux
6systems (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"