Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 5209ef1ef02f810263ca769c6142c5c4 > files > 6

gitweb-caching-1.6.5.2-8.b1ab8b5.fc13.src.rpm

diff -uNr gitweb.orig/gitweb/gitweb_defaults.perl gitweb/gitweb/gitweb_defaults.perl
--- gitweb.orig/gitweb/gitweb_defaults.perl	2010-01-06 16:25:05.000000000 -0800
+++ gitweb/gitweb/gitweb_defaults.perl	2010-02-04 15:35:28.000000000 -0800
@@ -32,7 +32,7 @@
 
 # core git executable to use
 # this can just be "git" if your webserver has a sensible PATH
-$GIT = "++GIT_BINDIR++/git";
+$GIT = "/usr/bin/git";
 
 # absolute fs-path which will be prepended to the project path
 #our $projectroot = "/pub/scm";