Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 433080 Details for
Bug 581722
app-admin/rsyslog-8.18.0[doc]: unpack: rsyslog-doc-8.18.0.tar.gz does not exist
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix USE=doc
bugfix_581722.patch (text/plain), 1.17 KB, created by
Thomas Deutschmann (RETIRED)
on 2016-05-03 13:04:55 UTC
(
hide
)
Description:
Fix USE=doc
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2016-05-03 13:04:55 UTC
Size:
1.17 KB
patch
obsolete
>From 6e4df9e710c824ff77fc9ed00d873b0ce8547e2d Mon Sep 17 00:00:00 2001 >From: Thomas Deutschmann <whissi@whissi.de> >Date: Tue, 3 May 2016 14:57:33 +0200 >Subject: [PATCH] app-admin/rsyslog: Fix USE=doc > >Bug: https://bugs.gentoo.org/show_bug.cgi?id=581722 > >Package-Manager: portage-2.2.28 >--- > app-admin/rsyslog/rsyslog-8.18.0.ebuild | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/app-admin/rsyslog/rsyslog-8.18.0.ebuild b/app-admin/rsyslog/rsyslog-8.18.0.ebuild >index b893b8f..b5089a8 100644 >--- a/app-admin/rsyslog/rsyslog-8.18.0.ebuild >+++ b/app-admin/rsyslog/rsyslog-8.18.0.ebuild >@@ -135,12 +135,10 @@ src_unpack() { > EGIT_BRANCH=${_EGIT_BRANCH} > fi > else >- local doc_tarball="${PN}-doc-${PV}.tar.gz" >- > cd "${S}" || die "Cannot change dir into '${S}'" > mkdir docs || die "Failed to create docs directory" > cd docs || die "Failed to change dir into '${S}/docs'" >- unpack ${doc_tarball} >+ unpack ${MY_FILENAME_DOCS} > fi > fi > } >@@ -290,7 +288,7 @@ src_install() { > "${FILESDIR}"/${BRANCH}/README.gentoo > ) > >- use doc && local HTML_DOCS=( "${S}/docs/build/" ) >+ use doc && local HTML_DOCS=( "${S}/docs/build/." ) > > default > >-- >2.8.2 >
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 581722
: 433080