diff options
author | davilla <davilla@4pi.com> | 2011-09-29 18:28:02 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-09-29 18:28:02 -0400 |
commit | 714ad40da8b2ead338aa8e57ef6a5b6802d8a2df (patch) | |
tree | 42de9c9714ccc60a9cd80f04bd8df499a3913766 | |
parent | 65d16fcd9f9c26aba1d5d5f82d16c19f99620661 (diff) |
change afpfs-ng default install location to /usr/local
-rw-r--r-- | lib/afpfs-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/afpfs-ng/Makefile b/lib/afpfs-ng/Makefile index 455672353f..1e4d39f6a5 100644 --- a/lib/afpfs-ng/Makefile +++ b/lib/afpfs-ng/Makefile @@ -17,7 +17,7 @@ RETRIEVE_TOOL=/usr/bin/curl RETRIEVE_TOOL_FLAGS=-Ls --create-dirs --output $(TARBALLS_LOCATION)/$(ARCHIVE) ARCHIVE_TOOL=tar ARCHIVE_TOOL_FLAGS=xf -PREFIX ?= /usr +PREFIX ?= /usr/local AFPFSNG_CONFIGOPTS ?= --prefix=$(PREFIX) |