|
@@ -13,7 +13,7 @@ won't overwrite any files from the other package. So it doesn't matter
|
|
|
in which order it is done. Install Vim by running the following commands:</para>
|
|
|
|
|
|
<para><screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> \
|
|
|
- src/feature.h</userinput>
|
|
|
+ src/feature.h &&</userinput>
|
|
|
<userinput>./configure --prefix=/usr &&</userinput>
|
|
|
<userinput>make &&</userinput>
|
|
|
<userinput>make install &&</userinput>
|
|
@@ -37,7 +37,7 @@ If you wish vim to conform to the FHS, you should use this command set
|
|
|
instead of the one presented above:</para>
|
|
|
|
|
|
<para><screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> \
|
|
|
- src/feature.h</userinput>
|
|
|
+ src/feature.h &&</userinput>
|
|
|
<userinput>./configure --prefix=/usr --localstatedir=/var/lib/vim &&</userinput>
|
|
|
<userinput>make &&</userinput>
|
|
|
<userinput>make install &&</userinput>
|