Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 614256 Details for
Bug 710076
einstalldocs does not install default documentation files with valueless DOCS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Minimum ebuild to reproduce the problem
foo-1.ebuild (text/plain), 461 bytes, created by
Ulrich Müller
on 2020-02-18 17:21:39 UTC
(
hide
)
Description:
Minimum ebuild to reproduce the problem
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2020-02-18 17:21:39 UTC
Size:
461 bytes
patch
obsolete
># Copyright 2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >DESCRIPTION="Test ebuild" >HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64" > >S="${WORKDIR}" > >src_install() { > echo test >README1 || die > einfo "DOCS is ${DOCS-unset}${DOCS+set}" > einstalldocs > rm README1 || die > > echo test >README2 || die > local DOCS > einfo "DOCS is ${DOCS-unset}${DOCS+set}" > einstalldocs >}
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 Raw
Actions:
View
Attachments on
bug 710076
: 614256