Opened 16 years ago

Closed 16 years ago

#2548 closed defect (fixed)

Vim - Wrong patch referenced

Reported by: Steffen Pankratz Owned by: blfs-book@…
Priority: normal Milestone: 6.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Required patch is http://www.linuxfromscratch.org/patches/blfs/svn/vim-7.1-fixes-6.patch but later it's
patch -Np1 -i ../vim-7.1-fixes-3.patch
it should be
patch -Np1 -i ../vim-7.1-fixes-6.patch

Change History (2)

comment:1 by Randy McMurchy, 16 years ago

Sure enough.

Thanks for the report. I'll fix it right now.

comment:2 by Randy McMurchy, 16 years ago

Resolution: fixed
Status: newclosed

Fixed the typo. This won't be enough to stop the rc3 being the last rc. If nothing major comes up, there's 3 little gigs I want to fix for the stable version.

  1. The Unrar instructions need a -v in the install command.
  2. Thomas updated the bootscripts with a minor typo.
  3. This fix for Vim.

None of these are reason enough to cut an rc4 before we go stable. However, if something major comes up, we'll have to.

Note: See TracTickets for help on using tickets.