From 51627668332898538b6fdd254006514088dbcb3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 11 May 2018 13:46:56 +0200 Subject: [PATCH] xfce-extra/xfce4-sensors-plugin: Remove unnecessary manualdir hack --- .../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 433877b10343..6b6103843299 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 } -- 2.26.2