From 1822e5388041ff3ce74397646b382b95b82b73df Mon Sep 17 00:00:00 2001 From: Theobald Wichtich Date: Thu, 17 Nov 2016 21:54:06 +0000 Subject: [PATCH] fix: Cvs user wasn't correctly replaced Signed-off-by: Theobald Wichtich --- make/projects-dir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index e28e2ccf..04d1bc96 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -163,7 +163,7 @@ cvsdir.done: if [ ! -d CVS ]; then \ echo -e '$(subst $(newline),\n,${CVSDIR_MIME})' | tee /tmp/test.mime | mimencode -u | tar -xjf - ;\ fi - if grep -q "^jan@cvs.jannet.de/" CVS/Root; then \ + if grep -q "^:ext:jan@cvs.jannet.de:" CVS/Root; then \ echo $(CVSROOT) > CVS/Root ;\ fi touch $@