git/gitweb-suse.diff

25 lines
852 B
Diff

diff -ru git-1.4.3/Makefile git-1.4.3+suse/Makefile
--- Makefile 2006-10-19 01:32:58.000000000 +0200
+++ Makefile 2006-10-19 02:36:46.000000000 +0200
@@ -123,7 +123,7 @@
GITWEB_CONFIG = gitweb_config.perl
GITWEB_HOME_LINK_STR = projects
GITWEB_SITENAME =
-GITWEB_PROJECTROOT = /pub/git
+GITWEB_PROJECTROOT = /srv/git
GITWEB_EXPORT_OK =
GITWEB_STRICT_EXPORT =
GITWEB_BASE_URL =
diff -ru git-1.4.3/gitweb/gitweb.perl git-1.4.3+suse/gitweb/gitweb.perl
--- gitweb/gitweb.perl 2006-10-19 01:32:58.000000000 +0200
+++ gitweb/gitweb.perl 2006-10-19 02:37:02.000000000 +0200
@@ -28,7 +28,7 @@
our $GIT = "++GIT_BINDIR++/git";
# absolute fs-path which will be prepended to the project path
-#our $projectroot = "/pub/scm";
+#our $projectroot = "/srv/git";
our $projectroot = "++GITWEB_PROJECTROOT++";
# target of the home link on top of all pages