xfce-extra/xfce4-sensors-plugin: Remove unnecessary manualdir hack
authorMichał Górny <mgorny@gentoo.org>
Fri, 11 May 2018 11:46:56 +0000 (13:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 11 May 2018 11:50:55 +0000 (13:50 +0200)
xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild

index 433877b103433b066b2dc673264f055dd0bd217d..6b6103843299f65cac8c07bf8805fb01fb6753d4 100644 (file)
@@ -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
 }