A couple of additional changes for Git and the Build doc.

Signed-off-by: Tom Eastep <teastep@shorewall.net>

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9808 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2009-04-04 18:31:10 +00:00
parent a5f37c860f
commit d56e907150

View File

@ -44,7 +44,7 @@
<para>The Shorewall Git tree at Sourceforge serves as the master <para>The Shorewall Git tree at Sourceforge serves as the master
repository for Shorewall 4.4 and later versions. It is not possible to repository for Shorewall 4.4 and later versions. It is not possible to
simply export a directory from SVN and run the simply export a directory from Git and run the
<command>install.sh</command> script in that directory. A build step is <command>install.sh</command> script in that directory. A build step is
required to produce a directory that is suitable for the required to produce a directory that is suitable for the
<command>install.sh</command> script to run in.</para> <command>install.sh</command> script to run in.</para>
@ -158,7 +158,7 @@
<para>This is the script that builds Shorewall packages from Git. <para>This is the script that builds Shorewall packages from Git.
</para> </para>
<para>The script copies content from Git using the <command>svn <para>The script copies content from Git using the <command>git
archive</command> command. It then uses that content to build the archive</command> command. It then uses that content to build the
packages. In addition to the usual Gnu utilities, the following software packages. In addition to the usual Gnu utilities, the following software
is required:</para> is required:</para>