chiark / gitweb /
Bugfix.
[userv.git] / buildship
index f01b03e43233779586c0d5dd92b0148ae4e64df8..f5a66d9197f8080b07ebd007463f1b5f94078490 100755 (executable)
--- 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: