mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
1f563cb5c3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@804 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
648 B
XML
16 lines
648 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>ln -s make /usr/bin/gmake</userinput> : The reason we create the gmake symlink is that tripwire will only install if the symlink is present. It may be safely removed after installation.</para>
|
|
|
|
<para><userinput>gmake release</userinput> : This command creates the
|
|
tripwire binaries.</para>
|
|
|
|
<para><userinput>cp install.{sh,cfg} .</userinput> : These are copied to the main
|
|
tripwire directory so that the script can be used to install the package.</para>
|
|
|
|
<para><userinput>cp policy/*.txt /usr/share/doc/tripwire</userinput> : This command installs the documentation.</para>
|
|
|
|
</sect2>
|
|
|