Opened 14 years ago

Closed 14 years ago

#2570 closed task (invalid)

Error in Vim72 link cmd lfs6.6rc1

Reported by: Robert L. Inglis Owned by: lfs-book@…
Priority: normal Milestone: 6.6
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

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

Change History (1)

comment:1 by bdubbs@…, 14 years ago

Resolution: invalid
Status: newclosed

You have a typo or you didn't follow the book. Check those issues out on lfs-supoprt before creating a ticket.

Note: See TracTickets for help on using tickets.