You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
393 B

Index: Makefile
--- Makefile.orig 2016-02-27 18:50:34.152529000 +0100
+++ Makefile 2016-02-27 18:50:58.162603307 +0100
@@ -1,6 +1,6 @@
PREFIX ?= /usr/local
-BINPREFIX ?= "$(PREFIX)/bin"
-MANPREFIX ?= "$(PREFIX)/share/man/man1"
+BINPREFIX ?= "$(PREFIX)/libexec/git"
+MANPREFIX ?= "$(PREFIX)/man/man1"
SYSCONFDIR ?= $(PREFIX)/etc
BINS = $(wildcard bin/git-*)
MANS = $(wildcard man/git-*.md)