diff options
Diffstat (limited to 'x11-misc/cairo-dock/cairo-dock-3.0.0.ebuild')
-rw-r--r-- | x11-misc/cairo-dock/cairo-dock-3.0.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/cairo-dock/cairo-dock-3.0.0.ebuild b/x11-misc/cairo-dock/cairo-dock-3.0.0.ebuild index 37f74e4..cb7f385 100644 --- a/x11-misc/cairo-dock/cairo-dock-3.0.0.ebuild +++ b/x11-misc/cairo-dock/cairo-dock-3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI="4" CD_LANGS="ar be bn ca cs cy de el eo es et eu fi fo fr gl hu id it ja ko nb nl @@ -52,7 +52,8 @@ src_configure() { "$(cmake-utils_use_with crypt CRYPT)" "$(cmake-utils_use_with gtk2 GTK2)" "$(cmake-utils_use_with xcomposite XEXTEND)" - "-DENABLE_GLITZ=OFF" ) + "-DENABLE_GLITZ=OFF" + "-DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/$(get_libdir)" ) cmake-utils_src_configure } |