diff options
Diffstat (limited to 'x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild')
-rw-r--r-- | x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild b/x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild index 3de3060..25d4364 100644 --- a/x11-misc/cairo-dock/cairo-dock-3.0.1.ebuild +++ b/x11-misc/cairo-dock/cairo-dock-3.0.1.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 @@ -49,7 +49,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 } |