summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-11 13:46:56 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-11 13:50:55 +0200
commit51627668332898538b6fdd254006514088dbcb3f (patch)
treea1f9bc393667efc9d9b60d6f0034813260b0eaff
parentxfce-extra/xfce4-sensors-plugin: Strip .la files (diff)
downloadgentoo-51627668.tar.gz
gentoo-51627668.tar.bz2
gentoo-51627668.zip
xfce-extra/xfce4-sensors-plugin: Remove unnecessary manualdir hack
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}