Changeset cf292dc


Ignore:
Timestamp:
Dec 19, 2015, 7:59:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
78056ae7
Parents:
1bb49b1
Message:

Fixed errors in vim install

Location:
BOOK
Files:
2 edited

Legend:

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

    r1bb49b1 rcf292dc  
    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

    r1bb49b1 rcf292dc  
    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.