Changeset 07215b1


Ignore:
Timestamp:
Dec 19, 2015, 8:00:58 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c8c8c51
Parents:
cec4a00
git-author:
Chris Staub <chris@…> (12/19/15 19:59:55)
git-committer:
Chris Staub <chris@…> (12/19/15 20:00:58)
Message:

Fixed errors in vim install

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/vim.xml

    rcec4a00 r07215b1  
    6464    <para os="j">Install the package:</para>
    6565
    66 <screen os="k"><userinput>make install</userinput></screen>
     66<screen os="k"><userinput>make -j1 install</userinput></screen>
    6767
    6868    <para os="l">Many users are accustomed to using <command>vi</command>
  • BOOK/introduction/common/changelog.xml

    rcec4a00 r07215b1  
    3838
    3939    <listitem>
     40      <para>19 December 2015</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Added -j1 to vim install command to prevent
     44          errors in make install output.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>13 December 2015</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.