From c7d6ef4d15cd35e5c9f10d5dc21d0a9ff3da313a Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 8 Jul 2007 19:29:56 +0000 Subject: [PATCH] Fix buildshorewall patch generation git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6812 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/buildshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index 64b81509f..95ef85709 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -776,7 +776,7 @@ done if [ -n "$OLDVERSION" ]; then progress_message "Creating patch-$VERSION ..." - diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION || true + diff -Naur shorewall-common-$OLDVERSION shorewall-common-$VERSION > patch-$VERSION || true diff -Naur -X $(dirname $0)/exclude.txt shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true diff -Naur -X $(dirname $0)/exclude.txt shorewall-perl-$OLDVERSION shorewall-perl-$VERSION >> patch-$VERSION || true diff -Naur -X $(dirname $0)/exclude.txt shorewall-shell-$OLDVERSION shorewall-shell-$VERSION >> patch-$VERSION || true