Changeset 8f24784c


Ignore:
Timestamp:
09/30/2014 03:08:59 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
71abbc0
Parents:
1a60f8aa
Message:

Fix tripwire documentation directory

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14427 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/tripwire.xml

    r1a60f8aa r8f24784c  
    8181sed -i -e '/stdtwadmin.h/i#include &lt;unistd.h&gt;' src/twadmin/twadmincl.cpp &amp;&amp;
    8282sed -i -e '/TWMAN/ s|${prefix}|/usr/share|' \
    83        -e '/TWDOCS/s|${prefix}|/usr/share|' install/install.cfg          &amp;&amp;
     83       -e '/TWDOCS/s|${prefix}/doc/tripwire|/usr/share/doc/tripwire-&tripwire-version;|' \
     84       install/install.cfg                                               &amp;&amp;
    8485sed -i -e 's/eArchiveOpen e\([^)]*)\)/throw ( eArchiveOpen\1 )/' \
    8586       -e '/throw e;/d' src/core/archive.cpp                             &amp;&amp;
     
    9899
    99100<screen role="root"><userinput>make install &amp;&amp;
    100 cp -v policy/*.txt /usr/share/doc/tripwire</userinput></screen>
     101cp -v policy/*.txt /usr/share/doc/tripwire-&tripwire-version;</userinput></screen>
    101102
    102103  </sect2>
Note: See TracChangeset for help on using the changeset viewer.