Changeset fc6725ee


Ignore:
Timestamp:
12/29/2013 12:50:11 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e25c57c
Parents:
fa0c6f9
Message:

Fixes (received patch). Thanks.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    rfa0c6f9 rfc6725ee  
    9696
    9797<screen><userinput>patch -Np1 -i ../jasper-&jasper-version;-security_fixes-1.patch &amp;&amp;
    98 ./configure --prefix=/usr --enable-shared --disable-static &amp;&amp;
     98./configure --prefix=/usr    \
     99            --enable-shared  \
     100            --disable-static \
     101            --mandir=/usr/share/man &amp;&amp;
    99102make</userinput></screen>
    100103
  • general/sysutils/pciutils.xml

    rfa0c6f9 rfc6725ee  
    9797    </para>
    9898
    99 <screen role="root"><userinput>
    100 make PREFIX=/usr              \
     99<screen role="root"><userinput>make PREFIX=/usr              \
    101100     SHAREDIR=/usr/share/misc \
    102101     SHARED=yes               \
  • general/sysutils/unzip.xml

    rfa0c6f9 rfc6725ee  
    197197    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    198198
    199 <screen role="root"><userinput>make prefix=/usr install</userinput></screen>
     199<screen role="root"><userinput>make prefix=/usr MANDIR=/usr/share/man/man1 install</userinput></screen>
    200200
    201201  </sect2>
  • general/sysutils/usbutils.xml

    rfa0c6f9 rfc6725ee  
    9292    </para>
    9393
    94 <screen><userinput>
    95 ./configure --prefix=/usr  \
     94<screen><userinput>./configure --prefix=/usr  \
    9695            --disable-zlib \
    9796            --datadir=/usr/share/misc &amp;&amp;
  • general/sysutils/zip.xml

    rfa0c6f9 rfc6725ee  
    7777    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7878
    79 <screen role="root"><userinput>make prefix=/usr -f unix/Makefile install</userinput></screen>
     79<screen role="root"><userinput>make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install</userinput></screen>
    8080
    8181  </sect2>
  • introduction/welcome/changelog.xml

    rfa0c6f9 rfc6725ee  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Fixes (received patch). Thanks.
     51          <ulink url="&blfs-ticket-root;4503">#4503</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to xorg-server-1.15.0. Fixes
    5155          <ulink url="&blfs-ticket-root;4497">#4497</ulink>.</para>
  • multimedia/audioutils/cdparanoia.xml

    rfa0c6f9 rfc6725ee  
    103103
    104104<screen><userinput>patch -Np1 -i ../cdparanoia-&CDParanoia-version;-gcc_fixes-1.patch &amp;&amp;
    105 ./configure --prefix=/usr &amp;&amp;
     105./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    106106make</userinput></screen>
    107107
  • pst/sgml/docbook-utils.xml

    rfa0c6f9 rfc6725ee  
    55  %general-entities;
    66
    7   <!ENTITY docbook-utils-download-http "http://sources-redhat.mirrors.redwire.net/docbook-tools/new-trials/SOURCES/docbook-utils-&docbook-utils-version;.tar.gz">
     7  <!ENTITY docbook-utils-download-http " ">
    88  <!ENTITY docbook-utils-download-ftp  "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-&docbook-utils-version;.tar.gz">
    99  <!ENTITY docbook-utils-md5sum        "6b41b18c365c01f225bc417cf632d81c">
     
    100100<screen><userinput>patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch &amp;&amp;
    101101sed -i 's:/html::' doc/HTML/Makefile.in                &amp;&amp;
    102 ./configure --prefix=/usr                              &amp;&amp;
     102./configure --prefix=/usr --mandir=/usr/share/man      &amp;&amp;
    103103make</userinput></screen>
    104104
  • pst/sgml/openjade.xml

    rfa0c6f9 rfc6725ee  
    9494
    9595<screen><userinput>./configure --prefix=/usr                                \
     96            --mandir=/usr/share/man                      \
    9697            --enable-http                                \
    9798            --disable-static                             \
Note: See TracChangeset for help on using the changeset viewer.