From ff78f98ee53630820a46e8c41e04155bcce73f0e Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 7 Jun 2006 15:28:20 +0000 Subject: [PATCH] Update makeshorewall to use 3.0 samples for 3.0 builds git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4013 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 78148e765..3cad644c3 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -216,7 +216,7 @@ case $VERSION in SVNBRANCH="branches/3.0/Shorewall" DOCTAG="trunk/docs" XMLPROJ="docs-3.0" - SAMPLESTAG="trunk/Samples" + SAMPLESTAG="branches/3.0/Samples" ;; 3.2.*) SVNBRANCH="trunk/Shorewall"