diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-20 09:26:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-20 09:37:00 +0100 |
commit | c8bfb290454134d6e0639164a3ced9aa95d3c673 (patch) | |
tree | 724168777a6622c2ce27a905eddcea0dfb050ad8 /x11-misc | |
parent | profiles: Drop obsolete package use in plasma (diff) | |
download | gentoo-c8bfb290454134d6e0639164a3ced9aa95d3c673.tar.gz gentoo-c8bfb290454134d6e0639164a3ced9aa95d3c673.tar.bz2 gentoo-c8bfb290454134d6e0639164a3ced9aa95d3c673.zip |
x11-misc/lightdm: Fix gtk-doc install directory
Remove the gtk-doc install directory, to make it possible for gtk-doc
tools to find the installed documentation. Also fixes the QA warning
issued by Portage.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.21.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild b/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild index be7ace1a96d3..10372470e1f6 100644 --- a/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild +++ b/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild @@ -101,8 +101,7 @@ src_configure() { $(use_enable qt5 liblightdm-qt5) \ --with-user-session=${_session} \ --with-greeter-session=${_greeter} \ - --with-greeter-user=${_user} \ - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html + --with-greeter-user=${_user} } src_install() { |