Changeset 79dc83f


Ignore:
Timestamp:
01/25/2013 05:56:26 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
63d6655
Parents:
ecbc2ff
Message:

Revise procps-ng install instructions to place files in the proper locations

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    recbc2ff r79dc83f  
    3737-->
    3838    <listitem>
     39      <para>2013-01-25</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Revise procps-ng install instructions
     43          to place files in the proper locations.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    3949      <para>2013-01-24</para>
    4050      <itemizedlist>
  • chapter06/procps.xml

    recbc2ff r79dc83f  
    4343    <para>Now prepare procps-ng for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=                        \
    46             --mandir=/usr/share/man          \
    47             --docdir=/usr/share/doc/$PROGRAM \
    48             --disable-skill                  \
     45<screen><userinput remap="configure">./configure --prefix=/usr                           \
     46            --exec-prefix=                          \
     47            --libdir=/usr/lib                       \
     48            --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
     49            --disable-static                        \
     50            --disable-skill                         \
    4951            --disable-kill</userinput></screen>
    5052
     
    8890<screen><userinput remap="install">make install</userinput></screen>
    8991
     92<para>Finally move the library to a location that can be found if
     93<filename class="directory">/usr</filename> is not mounted.</para>
     94
     95<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
     96ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so</userinput></screen>
     97
    9098  </sect2>
    9199
  • general.ent

    recbc2ff r79dc83f  
    1 <!ENTITY version "SVN-20130124">
    2 <!ENTITY releasedate "January 24, 2013">
     1<!ENTITY version "SVN-20130125">
     2<!ENTITY releasedate "January 25, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.