Skip to content

Commit 1e1c316

Browse files
committed
Update references to OSXFUSE to refer to macFUSE
1 parent 57fd1d7 commit 1e1c316

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif
135135
DEFINES = -DFUSE_USE_VERSION=26
136136

137137
ifeq ($(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)
140140
else ifeq ($(OS),Linux)
141141
LDFLAGS += -Wl,-rpath=$(shell $(PKG_CONFIG) fuse --variable=libdir)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Or download the latest tar-ball:
3232

3333
Install 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"

0 commit comments

Comments
 (0)