Changeset 394cdeb in clfs-sysroot for BOOK/final-system/common/vim.xml


Ignore:
Timestamp:
Jul 23, 2007, 5:36:57 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
393a3db
Parents:
ff91a87
Message:

Keep all the link commands consistant.

File:
1 edited

Legend:

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

    rff91a87 r394cdeb  
    9494    and allow programs that use <command>vi</command> to work:</para>
    9595
    96 <screen os="l"><userinput>ln -sv vim ${CLFS}/usr/bin/vi</userinput></screen>
     96<screen os="l"><userinput>ln -sfv vim ${CLFS}/usr/bin/vi</userinput></screen>
    9797
    9898<para os="m">By default, Vim's documentation is installed in
     
    102102it consistent with the location of documentation for other packages:</para>
    103103
    104 <screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc ${CLFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
     104<screen os="n"><userinput>ln -sfnv ../vim/vim&vim-version2;/doc ${CLFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
    105105
    106106    <para os="o">If an X Window System is going to be installed on the CLFS
Note: See TracChangeset for help on using the changeset viewer.