Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 320876 Details for
Bug 430756
vim-doc.eclass creates broken links when ROOT is not /
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to strip $ROOT from the start of created links
vim-doc-strip-ROOT.patch (text/plain), 427 bytes, created by
John Keeping
on 2012-08-10 12:18:01 UTC
(
hide
)
Description:
Patch to strip $ROOT from the start of created links
Filename:
MIME Type:
Creator:
John Keeping
Created:
2012-08-10 12:18:01 UTC
Size:
427 bytes
patch
obsolete
>--- /usr/portage/eclass/vim-doc.eclass 2011-12-27 17:55:12.000000000 +0000 >+++ vim-doc.eclass 2012-08-10 11:59:33.992213549 +0100 >@@ -56,6 +56,9 @@ > > # Re-create / install new links > if [[ -d $vimfiles/doc ]]; then >+ # Strip ROOT from the beginning of $vimfiles to support cross >+ # compilation. Note that this is *not* EROOT. >+ vimfiles=/${vimfiles##$ROOT} > ln -s $vimfiles/doc/*.txt $d/doc 2>/dev/null > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430756
: 320876