File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ endif
135135DEFINES = -DFUSE_USE_VERSION=26
136136
137137ifeq ($(OS ) ,Darwin)
138- # Pick up OSXFUSE , even with pkg-config from MacPorts
138+ # Pick up macFUSE , even with pkg-config from MacPorts
139139 PKG_CONFIG := PKG_CONFIG_PATH=/usr/local/lib/pkgconfig $(PKG_CONFIG )
140140else ifeq ($(OS),Linux)
141141 LDFLAGS += -Wl,-rpath=$(shell $(PKG_CONFIG ) fuse --variable=libdir)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Or download the latest tar-ball:
3232
3333Install dependencies:
3434
35- - [ OSXFUSE ] [ osxfuse ] on * macOS*
35+ - [ macFUSE ] [ macfuse ] on * macOS* , e.g. via ` brew install macfuse `
3636 - ` sudo apt-get install libfuse-dev fuse ` on Debian-based * GNU/Linux* distros
3737 - Or install the latest FUSE manually from [ source] [ fuse ]
3838
@@ -172,7 +172,7 @@ This software is licensed under the [BSD two-clause "simplified" license][bsd].
172172
173173[ codeql-badge ] : https://github.com/torarnv/sparsebundlefs/workflows/CodeQL/badge.svg
174174
175- [ osxfuse ] : http ://osxfuse.github.com / " Fuse for OSX "
175+ [ macfuse ] : https ://osxfuse.github.io / " Fuse for macOS "
176176[ fuse ] : https://github.com/libfuse/libfuse " FUSE "
177177[ bsd ] : http://opensource.org/licenses/BSD-2-Clause " BSD two-clause license "
178178[ tmfs ] : https://github.com/abique/tmfs " Time Machine File System "
You can’t perform that action at this time.
0 commit comments