#2570: Error in Vim72 link cmd lfs6.6rc1
---------------------+------------------------------------------------------
Reporter: ringlis | Owner: lfs-b...@…
Type: task | Status: new
Priority: normal | Milestone: 6.6
Component: Book | Version: SVN
Severity: normal | Keywords:
---------------------+------------------------------------------------------
The book command produces an error:
root:/sources/vim72# ln -sv vim /usr/bin/vi
`/usr/bin/vi' -> `vim'
root:/sources/vim72# for L in /usr/share/man/{,*/}man1/vim.1; do
> ln -sv vim.1 $(dirname $L)/vi.1
> done
`/usr/share/man/man1/vi.1' -> `vim.1'
ln: creating symbolic link `/usr/share/man/*/man1/vi.1': No such file or
directory
I think the command should be:
ln -sv vim /usr/bin/vi
for L in /usr/share/man/man1/vim.1; do
ln -sv vim.1 $(dirname $L)/vi.1
done
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2570>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page