git add repo

This commit is contained in:
burakerturk
2015-07-16 00:43:28 +03:00
parent 7946a555cf
commit 723ef4239b
14 changed files with 573 additions and 0 deletions
@@ -0,0 +1,13 @@
Index: git-1.7.6.4/gitweb/Makefile
===================================================================
--- git-1.7.6.4.orig/gitweb/Makefile
+++ git-1.7.6.4/gitweb/Makefile
@@ -56,7 +56,7 @@ PERL_PATH ?= /usr/bin/perl
# Shell quote;
bindir_SQ = $(subst ','\'',$(bindir))#'
gitwebdir_SQ = $(subst ','\'',$(gitwebdir))#'
-gitwebstaticdir_SQ = $(subst ','\'',$(gitwebdir)/static)#'
+gitwebstaticdir_SQ = $(subst ','\'',$(gitwebdir)/gitweb)#'
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))#'
PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))#'
DESTDIR_SQ = $(subst ','\'',$(DESTDIR))#'