Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/
Date: Tue, 04 Apr 2017 17:52:02
Message-Id: 1491328311.7c814610a48dbc650e64c1353f5d6118dcf7188f.mgorny@gentoo
1 commit: 7c814610a48dbc650e64c1353f5d6118dcf7188f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 17:51:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 17:51:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c814610
7
8 xfce-extra/xfce4-sensors-plugin: Add missed einstalldocs
9
10 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild
14 index 7d766ffc188..9d94e1fab4f 100644
15 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild
16 +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild
17 @@ -50,4 +50,5 @@ src_configure() {
18
19 src_install() {
20 emake DESTDIR="${D}" install manualdir="${EPREFIX}/usr/share/man/man1"
21 + einstalldocs
22 }