diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-01 19:20:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-01 20:21:37 +0200 |
commit | 11afcd502ac695a58ba8ae9f340468c4214817c4 (patch) | |
tree | a4121475941d93c6d461d860f289289df9094bda /net-misc/electrum | |
parent | net-misc/electrum: Remove plugin stripping (diff) | |
download | gentoo-11afcd502ac695a58ba8ae9f340468c4214817c4.tar.gz gentoo-11afcd502ac695a58ba8ae9f340468c4214817c4.tar.bz2 gentoo-11afcd502ac695a58ba8ae9f340468c4214817c4.zip |
net-misc/electrum: Install docs correctly
Switch from DOCS to explicit dodoc, as we want to install RELEASE-NOTES
*in addition* to standard docs, not instead of.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/electrum')
-rw-r--r-- | net-misc/electrum/electrum-3.3.6-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/electrum/electrum-3.3.6-r3.ebuild b/net-misc/electrum/electrum-3.3.6-r3.ebuild index 67887803dc4f..7f333107e268 100644 --- a/net-misc/electrum/electrum-3.3.6-r3.ebuild +++ b/net-misc/electrum/electrum-3.3.6-r3.ebuild @@ -43,8 +43,6 @@ RDEPEND="${PYTHON_DEPS} S="${WORKDIR}/${MY_P}" -DOCS="RELEASE-NOTES" - src_prepare() { eapply "${FILESDIR}/3.1.2-no-user-root.patch" eapply "${FILESDIR}/3.2.3-pip-optional-pkgs.patch" @@ -89,6 +87,7 @@ src_prepare() { src_install() { doicon -s 128 electrum/gui/icons/${PN}.png + dodoc RELEASE-NOTES distutils-r1_src_install } |