diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-05-22 18:08:04 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-05-22 18:08:04 +0000 |
commit | 7733d3593317b43d9a3af1a4eb7196d3902b2ba7 (patch) | |
tree | e2cabc119819b989e6fd9607dfcd958ae85b00f9 /chapter06 | |
parent | 9901037e429b57893039386fd417ac30b0e579f0 (diff) |
Update several urls to https.
Update to procps-ng-3.3.15.
Update to vim-8,1.
Update to meson-0.46.1.
Update to e2fsprogs-1.44.2.
Update to linux-4.16.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11413 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index a11068a54..d3dbbdb57 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -54,10 +54,10 @@ <screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> - <para>Disable a test that fails:</para> +<!-- <para>Disable a test that fails:</para> <screen><userinput remap="pre">sed -i '/call/{s/split/xsplit/;s/303/492/}' src/testdir/test_recover.vim</userinput></screen> - +--> <para>Prepare Vim for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |