Skip to content

Commit 5b02ae2

Browse files
author
joel
committed
move bundle to /Library
1 parent 0773599 commit 5b02ae2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mount_fusefs_hfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ fi
2727
shift
2828
done
2929

30-
/System/Library/Filesystems/fusefs_hfs.fs/Contents/Resources/fuse_wait "${MOUNTPOINT}" 5 /System/Library/Filesystems/fusefs_hfs.fs/Contents/Resources/fusefs_hfs "${DEVICE_ARG}" "${MOUNTPOINT}"
30+
/Library/Filesystems/fusefs_hfs.fs/Contents/MacOS/fuse_wait "${MOUNTPOINT}" 5 /Library/Filesystems/fusefs_hfs.fs/Contents/MacOS/fusefs_hfs "${DEVICE_ARG}" "${MOUNTPOINT}"

postinstall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# Created by Zydeco on 28/5/2010.
77
# Copyright 2010 namedfork.net. All rights reserved.
88

9-
chown root:wheel /System/Library/Filesystems/fusefs_hfs.fs
10-
ln -fs /System/Library/Filesystems/fusefs_hfs.fs/Contents/Resources/fusefs_hfs /sbin/mount_fusefs_hfs
9+
chown root:wheel /Library/Filesystems/fusefs_hfs.fs
10+
ln -fs /Library/Filesystems/fusefs_hfs.fs/Contents/MacOS/fusefs_hfs /usr/local/mount_fusefs_hfs

0 commit comments

Comments
 (0)