Changeset 57518fe


Ignore:
Timestamp:
10/17/2014 03:22:54 PM (10 years ago)
Author:
Krejzi <krejzi@…>
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:
43e6381c
Parents:
6000a3e
Message:

Typo.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libexif.xml

    r6000a3e r57518fe  
    9595    </para>
    9696
    97 <screen><userinput>./configure --prefix=/usr \
    98             --with-doc-dir=/usr/share/doc/libexif-&libexif-version; \
    99             --disable-static &amp;&amp;
     97<screen><userinput>
     98./configure --prefix=/usr    \
     99            --disable-static \
     100            --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
    100101make</userinput></screen>
    101102
  • multimedia/videoutils/transcode.xml

    r6000a3e r57518fe  
    168168
    169169patch -Np1 -i ../transcode-&transcode-version;-ffmpeg2-1.patch                   &amp;&amp;
    170 &transcode-version;
    171170./configure --prefix=/usr \
    172171            --enable-alsa \
Note: See TracChangeset for help on using the changeset viewer.