lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

0007-Fix-path-for-HFS-wrapper-block.patch (817B)


      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 diff --git a/newfs_hfs.tproj/makehfs.c b/newfs_hfs.tproj/makehfs.c
     12 index 7609779..2233ef7 100644
     13 --- a/newfs_hfs.tproj/makehfs.c
     14 +++ b/newfs_hfs.tproj/makehfs.c
     15 @@ -70,7 +70,7 @@ extern Boolean _CFStringGetFileSystemRepresentation(CFStringRef string, UInt8 *b
     16  #include "readme.h"
     17  
     18  
     19 -#define HFS_BOOT_DATA	"/usr/share/misc/hfsbootdata"
     20 +#define HFS_BOOT_DATA	"/usr/share/hfsprogs/hfsbootdata"
     21  
     22  #define HFS_JOURNAL_FILE	".journal"
     23  #define HFS_JOURNAL_INFO	".journal_info_block"