Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311811 Details for
Bug 416035
sys-boot/grub-2.00_beta5 does not write proper info directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
More intrusive but cleaner patch
grub-2.00_beta5.ebuild.patch (text/plain), 851 bytes, created by
Martin Väth
on 2012-05-15 07:05:59 UTC
(
hide
)
Description:
More intrusive but cleaner patch
Filename:
MIME Type:
Creator:
Martin Väth
Created:
2012-05-15 07:05:59 UTC
Size:
851 bytes
patch
obsolete
>--- grub-2.00_beta5.ebuild >+++ grub-2.00_beta5.ebuild >@@ -196,6 +196,19 @@ > src_prepare() { > local i j > >+ # fix texinfo file name >+ sed -i \ >+ -e '/setfilename/s:grub.info:grub2.info:' \ >+ -e 's/^\* GRUB:/* GRUB2:/' \ >+ -e 's/(grub)/(grub2)/' -- \ >+ "${S}"/docs/grub.texi >+ >+ # Rename texinfo file and patch Makefile to not confuse install: >+ mv -- "${S}"/docs/grub.texi "${S}"/docs/grub2.texi || die >+ sed -i \ >+ -e 's/grub\./grub2./g' -- \ >+ "${S}"/docs/Makefile.am ${DOAUTORECONF:-"${S}"/docs/Makefile.in} >+ > epatch_user > > # autogen.sh does more than just run autotools >@@ -263,8 +276,6 @@ > grub_run_phase ${FUNCNAME} ${i} > done > >- mv "${ED}"usr/share/info/grub{,2}.info || die >- > # can't be in docs array as we use default_src_install in different builddir > dodoc AUTHORS ChangeLog NEWS README THANKS TODO > insinto /etc/default
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 416035
:
311809
| 311811