From: ian Date: Sun, 24 Aug 1997 23:23:39 +0000 (+0000) Subject: Bugfix. X-Git-Tag: release-0-50~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=6a900447c4f4db3de50c1f4ef77477e153c1dbb2 Bugfix. --- 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: