diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-11 13:46:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-11 13:50:55 +0200 |
commit | 51627668332898538b6fdd254006514088dbcb3f (patch) | |
tree | a1f9bc393667efc9d9b60d6f0034813260b0eaff /xfce-extra/xfce4-sensors-plugin | |
parent | xfce-extra/xfce4-sensors-plugin: Strip .la files (diff) | |
download | gentoo-51627668332898538b6fdd254006514088dbcb3f.tar.gz gentoo-51627668332898538b6fdd254006514088dbcb3f.tar.bz2 gentoo-51627668332898538b6fdd254006514088dbcb3f.zip |
xfce-extra/xfce4-sensors-plugin: Remove unnecessary manualdir hack
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild | 2 |
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 } |