X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/23debef62104c70600be2b745ec3957538eeac6e..da218fcd9eb554a8405ca72e84bcc0feb371194f:/Makefile diff --git a/Makefile b/Makefile index f11b60f..9930570 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 @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 1.8.3 +GIT_VER = 1.8.5 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r