Changeset 78a00a4e


Ignore:
Timestamp:
11/02/2014 10:20:57 AM (9 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.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, 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:
06b565e
Parents:
10c7df8
Message:

Git-2.1.3: install missing directory. Thanks Wayne.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r10c7df8 r78a00a4e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 1st, &year;">
     9<!ENTITY releasedate  "November 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/git.xml

    r10c7df8 r78a00a4e  
    212212    </para>
    213213
    214 <screen role="root"><userinput>tar -xf  ../git-htmldocs-&git-version;.tar.xz \
    215     -C   /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir &amp;&amp;
    216 
    217 find /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \;     &amp;&amp;
    218 find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;</userinput></screen>
     214<screen role="root"><userinput>mkdir -vp   /usr/share/doc/git-&git-version; &amp;&amp;
     215tar   -xf   ../git-htmldocs-&git-version;.tar.xz \
     216      -C    /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir &amp;&amp;
     217
     218find        /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \; &amp;&amp;
     219find        /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;</userinput></screen>
    219220
    220221<!-- ==== Reorganize docs ====== -->
     
    226227    </para>
    227228
    228 <screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
    229 
    230 mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
    231 mv       /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
    232 mkdir    /usr/share/doc/git-&git-version;/technical/{html,text}         &amp;&amp;
    233 mv       /usr/share/doc/git-&git-version;/technical/{*.txt,text}        &amp;&amp;
    234 mv       /usr/share/doc/git-&git-version;/technical/{*.,}html           &amp;&amp;
    235 mkdir    /usr/share/doc/git-&git-version;/howto/{html,text}             &amp;&amp;
    236 mv       /usr/share/doc/git-&git-version;/howto/{*.txt,text}            &amp;&amp;
    237 mv       /usr/share/doc/git-&git-version;/howto/{*.,}html</userinput></screen>
     229<screen role="root"><userinput>mkdir -vp /usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
     230mv        /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
     231mv        /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
     232
     233mkdir -vp /usr/share/doc/git-&git-version;/technical/{html,text}         &amp;&amp;
     234mv        /usr/share/doc/git-&git-version;/technical/{*.txt,text}        &amp;&amp;
     235mv        /usr/share/doc/git-&git-version;/technical/{*.,}html           &amp;&amp;
     236
     237mkdir -vp /usr/share/doc/git-&git-version;/howto/{html,text}             &amp;&amp;
     238mv        /usr/share/doc/git-&git-version;/howto/{*.txt,text}            &amp;&amp;
     239mv        /usr/share/doc/git-&git-version;/howto/{*.,}html</userinput></screen>
    238240
    239241  </sect2>
Note: See TracChangeset for help on using the changeset viewer.