Changeset 586feb7 in clfs-sysroot for BOOK/final-system/common/vim.xml


Ignore:
Timestamp:
Jul 2, 2006, 7:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

File:
1 edited

Legend:

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

    r89c10a9 r586feb7  
    5656    <para os="d">Prepare Vim for compilation:</para>
    5757
    58 <screen os="e"><userinput>./configure --prefix=/usr --host=${LFS_TARGET} \
     58<screen os="e"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    5959    --enable-multibyte --enable-gui=no \
    6060    --disable-gtktest --disable-xim \
     
    8686    <para os="i">Install the package:</para>
    8787
    88 <screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     88<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    8989
    9090    <para os="k">Many users are accustomed to using <command>vi</command>
     
    9595    and allow programs that use <command>vi</command> to work:</para>
    9696
    97 <screen os="l"><userinput>ln -sv vim ${LFS}/usr/bin/vi</userinput></screen>
     97<screen os="l"><userinput>ln -sv vim ${CLFS}/usr/bin/vi</userinput></screen>
    9898
    9999<para os="m">By default, Vim's documentation is installed in
     
    103103it consistent with the location of documentation for other packages:</para>
    104104
    105 <screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${LFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
     105<screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${CLFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
    106106
    107107    <para os="o">If an X Window System is going to be installed on the LFS
     
    132132    following:</para>
    133133
    134 <screen><userinput>cat &gt; ${LFS}/etc/vimrc &lt;&lt; "EOF"
     134<screen><userinput>cat &gt; ${CLFS}/etc/vimrc &lt;&lt; "EOF"
    135135<literal>" Begin /etc/vimrc
    136136
Note: See TracChangeset for help on using the changeset viewer.