fix-gitwebdir.patch 585 B

1234567891011121314
  1. Index: git-1.7.6.4/gitweb/Makefile
  2. ===================================================================
  3. --- git-1.7.6.4.orig/gitweb/Makefile
  4. +++ git-1.7.6.4/gitweb/Makefile
  5. @@ -56,7 +56,7 @@ PERL_PATH ?= /usr/bin/perl
  6. # Shell quote;
  7. bindir_SQ = $(subst ','\'',$(bindir))#'
  8. gitwebdir_SQ = $(subst ','\'',$(gitwebdir))#'
  9. -gitwebstaticdir_SQ = $(subst ','\'',$(gitwebdir)/static)#'
  10. +gitwebstaticdir_SQ = $(subst ','\'',$(gitwebdir)/gitweb)#'
  11. SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))#'
  12. PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))#'
  13. DESTDIR_SQ = $(subst ','\'',$(DESTDIR))#'