From 8204d273c1cc905e8b6eb7057e1d50ed6f44cc06 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 2 Feb 2006 02:49:56 +0000 Subject: [PATCH] Update CVS repository path. --- v7/dist/make-src-files | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/dist/make-src-files b/v7/dist/make-src-files index 9eb96a7a8..13626c9a8 100755 --- a/v7/dist/make-src-files +++ b/v7/dist/make-src-files @@ -1,8 +1,8 @@ #!/bin/sh -# $Id: make-src-files,v 1.21 2005/12/13 06:41:04 cph Exp $ +# $Id: make-src-files,v 1.22 2006/02/02 02:49:56 cph Exp $ # -# Copyright 2000,2001,2002,2003,2005 Massachusetts Institute of Technology +# Copyright 2000,2001,2002,2003,2005,2006 Massachusetts Institute of Technology # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -46,7 +46,7 @@ else TAG="$(get_release_tag "${VERSION}")" fi -CVS="cvs -d ${USER}@subversions.gnu.org:/cvsroot/mit-scheme" +CVS="cvs -d ${USER}@cvs.savannah.gnu.org:/sources/mit-scheme" rm -rf "${PREFIX}" mkdir "${PREFIX}" -- 2.25.1