Ticket #33243: fix_path.patch

File fix_path.patch, 1.2 KB (added by anatol (Anatol Pomozov), 12 years ago)

Fix path to kext in comments

  • fuse4x-kext/Portfile

     
    4747# kext destination: kext will be installed into ${kextdir}/fuse4x.kext.
    4848#
    4949# The kext is autoloaded by the library using load_fuse4x, so it
    50 # doesn't have to go into /System/Library/Extensions. It doesn't
     50# doesn't have to go into /Library/Extensions. It doesn't
    5151# matter where we put it, as long as it's kept in sync with the library.
    5252#
    5353# If updating the patchfile or ${kextdir}, must also update the
  • fuse4x/Portfile

     
    3838# kext destination: kext will be installed into ${kextdir}/fuse4x.kext.
    3939#
    4040# The kext is autoloaded by the library using load_fuse4x, so it
    41 # doesn't have to go into /System/Library/Extensions. It doesn't
     41# doesn't have to go into /Library/Extensions. It doesn't
    4242# matter where we put it, as long as it's kept in sync with the library.
    4343#
    4444# If updating the patchfile or ${kextdir}, must also update the