From 6be3da91edb5065e97df57bc8198f449911e8c92 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 20 Oct 2006 19:08:49 +0000 Subject: [PATCH] Modify Build to dup the release documents to Shorewall Lite git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4723 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index b17b6550e..a716a6cfe 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -305,6 +305,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then else do_or_die "cp $SHOREWALLDIR/functions $SHOREWALLLITEDIR >> $LOGFILE 2>&1" fi + do_or_die "cp $SHOREWALLDIR/changelog.txt $SHOREWALLDIR/releasenotes.txt $SHOREWALLLITEDIR >> $LOGFILE 2>&1" fi fgrep VERSION=$VERSION $SHOREWALLDIR/install.sh > /dev/null 2>&1 || fatal_error "install.sh has wrong version"