mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 12:34:59 +08:00
Force symlink creation (don't error if it already exists)
This commit is contained in:
parent
4204c807bc
commit
f77d1d9929
2
Makefile
2
Makefile
|
@ -150,7 +150,7 @@ install-base: build/mergerfs
|
|||
|
||||
install-mount.mergerfs: install-base
|
||||
$(MKDIR) -p "$(INSTALLBINDIR)"
|
||||
$(LN) -s "mergerfs" "$(INSTALLBINDIR)/mount.mergerfs"
|
||||
$(LN) -fs "mergerfs" "$(INSTALLBINDIR)/mount.mergerfs"
|
||||
|
||||
install-man: $(MANPAGE)
|
||||
$(MKDIR) -p "$(INSTALLMAN1DIR)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user