From c680b5820bb0a57f9ecca80850c4adf87398347f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 26 Aug 2009 13:16:48 -0700 Subject: [PATCH] Copy .txt files to the build directory --- tools/build/build44 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build/build44 b/tools/build/build44 index 268e9ac2a..1e01120e2 100755 --- a/tools/build/build44 +++ b/tools/build/build44 @@ -472,6 +472,8 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then do_export $SVNBRANCH $SHOREWALLDIR + do_or_die cp $SHOREWALLDIR/changelog.txt $SHOREWALLDIR/releasenotes.txt $SHOREWALLDIR/known_problems.txt . + [ -n "$BUILD6" ] && do_export $SVN6BRANCH $SHOREWALL6DIR [ -n "$BUILDLITE" ] && do_export $LITESVNBRANCH $SHOREWALLLITEDIR