mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
fix: Cvs user wasn't correctly replaced
Signed-off-by: Theobald Wichtich <janlin@gmx.de>
This commit is contained in:
parent
12acf93505
commit
1822e53880
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue