Ignore:
Timestamp:
09/18/2014 12:17:47 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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:
a268e0e
Parents:
57c57831
Message:

When you try to install the documentation for alsa-lib as per the book,
the second "install" command errors out because there is a subdirectory
"search", which cannot be copied. Modify the instructions so that the
subdirectory is copied.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-lib.xml

    r57c57831 r4c70ad3e  
    149149    </para>
    150150
    151 <screen role="root"><userinput>install -v -d -m755 /usr/share/doc/alsa-lib-&alsa-lib-version;/html &amp;&amp;
    152 install -v -m644 doc/doxygen/html/* /usr/share/doc/alsa-lib-&alsa-lib-version;/html</userinput></screen>
     151<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/alsa-lib-&alsa-lib-version;/html/search &amp;&amp;
     152install -v -m644 doc/doxygen/html/*.* \
     153                /usr/share/doc/alsa-lib-&alsa-lib-version;/html &amp;&amp;
     154install -v -m644 doc/doxygen/html/search/* \
     155                /usr/share/doc/alsa-lib-&alsa-lib-version;/html/search</userinput></screen>
    153156
    154157  </sect2>
Note: See TracChangeset for help on using the changeset viewer.