aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2013-06-18 12:42:09 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2013-08-12 13:14:10 -0600
commit1a194aa2c79aa9514b4a2a302b05ba641811fc9f (patch)
tree18e80dbeb4e270b905e160495d4e4f619fb3da35 /Makefile
parentUse strbuf for reading configuration files (diff)
downloadcgit-1a194aa2c79aa9514b4a2a302b05ba641811fc9f.tar.xz
cgit-1a194aa2c79aa9514b4a2a302b05ba641811fc9f.zip
Makefile: Change default prefix to "/usr/local"
Locally installed packages are usually installed to /usr/local. Packagers can use `make prefix=/usr` to get back the old behavior. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f11b60f..49b6b0c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)
CGIT_CONFIG = /etc/cgitrc
CACHE_ROOT = /var/cache/cgit
-prefix = /usr
+prefix = /usr/local
libdir = $(prefix)/lib
filterdir = $(libdir)/cgit/filters
docdir = $(prefix)/share/doc/cgit