Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131819 - vim-doc.eclass uses /usr/share/... instead of ${ROOT}/usr/...
Summary: vim-doc.eclass uses /usr/share/... instead of ${ROOT}/usr/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-30 11:31 UTC by Ferris McCormick (RETIRED)
Modified: 2006-09-24 12:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ferris McCormick (RETIRED) gentoo-dev 2006-04-30 11:31:45 UTC
vim-doc.eclass uses absolute paths vimfiles=/usr/share/vim/vimfiles and for d in /usr/share/vim/vim[0-9]*; do

Both need to be ${ROOT}/usr... --- otherwise you can get ACCESS VIOLATIONS if ROOT actually has something in it.
Comment 1 Christel Dahlskjaer (RETIRED) gentoo-dev 2006-09-19 17:04:23 UTC
Oops. Wrong bug, fix0red.
Comment 2 Mike Kelly (RETIRED) gentoo-dev 2006-09-24 12:42:16 UTC
Okay, fixed in CVS.