diff options
author | Eric Fernandes Ferreira <candelabrus@gmail.com> | 2017-08-26 14:18:41 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:19:43 +0100 |
commit | 31453fca665a207d7965f620eb4de4e92cf1a6ff (patch) | |
tree | 88a54022dff1941880002a22b7538e8697b0ae03 /system/hfsprogs/patches/0007-Fix-path-for-HFS-wrapper-block.patch | |
parent | b1fcef60af497bb6770121e251215230471efb62 (diff) | |
download | slackbuilds-31453fca665a207d7965f620eb4de4e92cf1a6ff.tar.gz |
system/hfsprogs: Added (hfs+ user space utils).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/hfsprogs/patches/0007-Fix-path-for-HFS-wrapper-block.patch')
-rw-r--r-- | system/hfsprogs/patches/0007-Fix-path-for-HFS-wrapper-block.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/hfsprogs/patches/0007-Fix-path-for-HFS-wrapper-block.patch b/system/hfsprogs/patches/0007-Fix-path-for-HFS-wrapper-block.patch new file mode 100644 index 0000000000..f92bb228a9 --- /dev/null +++ b/system/hfsprogs/patches/0007-Fix-path-for-HFS-wrapper-block.patch @@ -0,0 +1,23 @@ +From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito@ime.usp.br> +Date: Thu, 24 Oct 2013 01:11:21 -0200 +Subject: Fix path for HFS wrapper block + +Fix the installation of the HFS wrapper block to be compliant in Linux +systems (since it is arch independent). +--- + newfs_hfs.tproj/makehfs.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/newfs_hfs.tproj/makehfs.c b/newfs_hfs.tproj/makehfs.c +index 7609779..2233ef7 100644 +--- a/newfs_hfs.tproj/makehfs.c ++++ b/newfs_hfs.tproj/makehfs.c +@@ -70,7 +70,7 @@ extern Boolean _CFStringGetFileSystemRepresentation(CFStringRef string, UInt8 *b + #include "readme.h" + + +-#define HFS_BOOT_DATA "/usr/share/misc/hfsbootdata" ++#define HFS_BOOT_DATA "/usr/share/hfsprogs/hfsbootdata" + + #define HFS_JOURNAL_FILE ".journal" + #define HFS_JOURNAL_INFO ".journal_info_block" |