summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-06-12 20:15:22 +0000
committerJim Ramsay <lack@gentoo.org>2007-06-12 20:15:22 +0000
commit28f7318eca45965de7ee8bf0e657e585d3c0bb67 (patch)
treefa919bd93dd88d57dab018952345c5f81668b28d /eclass
parentVersion bump - Rox-Lib-2.0.4 is released (diff)
downloadgentoo-2-28f7318eca45965de7ee8bf0e657e585d3c0bb67.tar.gz
gentoo-2-28f7318eca45965de7ee8bf0e657e585d3c0bb67.tar.bz2
gentoo-2-28f7318eca45965de7ee8bf0e657e585d3c0bb67.zip
Updated to use $(get_libdir) instead of hard-coding /usr/lib
Diffstat (limited to 'eclass')
-rw-r--r--eclass/rox.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/rox.eclass b/eclass/rox.eclass
index 716d7d525f05..b22cf75b8c2f 100644
--- a/eclass/rox.eclass
+++ b/eclass/rox.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/rox.eclass,v 1.21 2007/06/12 16:39:01 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.22 2007/06/12 20:15:22 lack Exp $
# ROX eclass Version 2
@@ -39,7 +39,7 @@
# need python to byte compile modules, if any
# need autotools to run autoreconf, if required
-inherit python autotools eutils
+inherit python autotools eutils multilib
if [[ -z "${ROX_VER}" ]]; then
ROX_VER="2.1.0"
@@ -68,8 +68,8 @@ b=${a/rox-rox*}
WRAPPERNAME=${b:-${PN}}
# This is the location where all applications are installed
-APPDIR="/usr/lib/rox"
-LIBDIR="/usr/lib"
+APPDIR="/usr/$(get_libdir)/rox"
+LIBDIR="/usr/$(get_libdir)"
# Utility Functions