commit: 51627668332898538b6fdd254006514088dbcb3f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 11:46:56 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 11 11:50:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51627668
xfce-extra/xfce4-sensors-plugin: Remove unnecessary manualdir hack
xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
index 433877b1034..6b610384329 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
@@ -49,7 +49,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install manualdir="${EPREFIX}/usr/share/man/man1"
+ emake DESTDIR="${D}" install
einstalldocs
find "${D}" -name '*.la' -delete || die
}