Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9240 Details for
Bug 17112
Emerge VIM dies !!! failure unpacking vim-6.1-lang.tar.gz
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch to fix this bug
vim.eclass_no_nls.patch (text/plain), 317 bytes, created by
Max Kalika (RETIRED)
on 2003-03-11 01:12:54 UTC
(
hide
)
Description:
proposed patch to fix this bug
Filename:
MIME Type:
Creator:
Max Kalika (RETIRED)
Created:
2003-03-11 01:12:54 UTC
Size:
317 bytes
patch
obsolete
>--- /tmp/vim.eclass 2003-03-10 22:06:06.000000000 -0800 >+++ vim.eclass 2003-03-10 22:08:52.000000000 -0800 >@@ -56,7 +56,9 @@ > > src_unpack() { > unpack ${A} >- unpack ${LANG} >+ if [ `use nls` ]; then >+ unpack ${LANG} >+ fi > # Fixup a script to use awk instead of nawk > cd ${S}/runtime/tools > mv mve.awk mve.awk.old
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 17112
: 9240