From 6a900447c4f4db3de50c1f4ef77477e153c1dbb2 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 24 Aug 1997 23:23:39 +0000 Subject: [PATCH] Bugfix. --- buildship | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/buildship b/buildship index f01b03e..f5a66d9 100755 --- a/buildship +++ b/buildship @@ -14,7 +14,7 @@ tag=`echo release-$version | sed -e 's/\./-/g'` echo >&2 "*** Tagging (version $version, tag $tag) ..." cvs tag -F -c $tag -echo >&2 '*** Generating pre-built files ...' +echo >&2 'Generating pre-built files ...' autoconf autoheader ./configure @@ -25,9 +25,8 @@ cd shipcheck echo >&2 '*** Checking whether identical to repository version ...' tar zxf $targz cvs co -r $tag userv -cd userv-$version -cp -r . ../userv/. -cd ../userv +cp userv-$version/* userv/. +cd userv if test "x`cvs -n update`" != x then echo >&2 mismatch: -- 2.30.2