diff options
author | George Shapovalov <george@gentoo.org> | 2007-09-26 20:09:03 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-09-26 20:09:03 +0000 |
commit | 148824eeb73ec513602cb0e3361dfd95b74c95e8 (patch) | |
tree | 06ec06b7aa57403b365f82ac67b103eb8b594864 /eclass/gnat.eclass | |
parent | sh love (diff) | |
download | historical-148824eeb73ec513602cb0e3361dfd95b74c95e8.tar.gz historical-148824eeb73ec513602cb0e3361dfd95b74c95e8.tar.bz2 historical-148824eeb73ec513602cb0e3361dfd95b74c95e8.zip |
lib -> get_libdir fix
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -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 |