diff --git a/Gitweb b/Gitweb index 93f8080b11..7eb8ff22f0 100755 --- a/Gitweb +++ b/Gitweb @@ -8,6 +8,7 @@ sed -e ' /^our .GIT = /s|"/usr/bin/|"/home/junio/bin/Linux/| /^our .projectroot = /s|".*"|"/opt/packrat/playpen/public/in-place/git"| /^our .stylesheet = /s|".*"|"/gitweb.css"| +/^our .logo = /s|".*"|"/git-logo.png"| /^our .projects_list = /s|".*"|"/opt/packrat/playpen/public/in-place/git/index/index.aux"| ' gitweb.cgi >gitweb.cgi++