Skip to content

Commit 714ad40

Browse files
committed
change afpfs-ng default install location to /usr/local
1 parent 65d16fc commit 714ad40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/afpfs-ng/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RETRIEVE_TOOL=/usr/bin/curl
1717
RETRIEVE_TOOL_FLAGS=-Ls --create-dirs --output $(TARBALLS_LOCATION)/$(ARCHIVE)
1818
ARCHIVE_TOOL=tar
1919
ARCHIVE_TOOL_FLAGS=xf
20-
PREFIX ?= /usr
20+
PREFIX ?= /usr/local
2121
AFPFSNG_CONFIGOPTS ?= --prefix=$(PREFIX)
2222

2323

0 commit comments

Comments
 (0)