X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=git-daemon%2FMakefile;h=54a78c13f9062a6dd3d4b604c2163d806d73a58a;hb=9cc0c043132676c1803b017b8f77dba45c20c08e;hp=ea76975c2936bc839c45c3e324f8d2d4d34455db;hpb=4063cda31f0713f3baacbcee47ff1b4e760145aa;p=userv-utils.git diff --git a/git-daemon/Makefile b/git-daemon/Makefile index ea76975..54a78c1 100644 --- a/git-daemon/Makefile +++ b/git-daemon/Makefile @@ -7,7 +7,7 @@ include ../settings.make -gituser= git +gituser= userv-git varloggit= $(varlog)/git TARGETS= git-upload-pack inetd.conf git-daemon git-service logrotate @@ -23,6 +23,7 @@ all: $(TARGETS) sedscript: Makefile read-urlmap echo >$@.new '$(foreach f, $(SUBSTVARS), s,@$f@,$($f),g; )' echo >>$@.new '/@@READ_URLMAP@@/c\' + @#' perl >>$@.new -pe 's/\\/\\\\/g; s/$$/\\/'