From 96e46a86cc13a24d0ce35f281aa17bf932b2530a Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Wed, 26 Sep 2007 20:09:03 +0000 Subject: lib -> get_libdir fix --- eclass/gnat.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 11f06d9a1483..e35cb2d2dfcb 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.26 2007/09/25 21:01:02 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.27 2007/09/26 20:09:03 george Exp $ # # Author: George Shapovalov # Belongs to: ada herd @@ -48,7 +48,7 @@ DEPEND=">=app-admin/eselect-gnat-1.1" PREFIX=/usr AdalibSpecsDir=${PREFIX}/include/ada AdalibDataDir=${PREFIX}/share/ada -AdalibLibTop=${PREFIX}/lib/ada +AdalibLibTop=${PREFIX}/$(get_libdir)/ada # build-time locations # SL is a "localized" S, - location where sources are copied for -- cgit v1.2.3-65-gdbad