diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-09-30 11:12:03 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-09-30 11:12:03 +0000 |
commit | 1d4226d2f57653a3c9db831626a4a5b5706b56a8 (patch) | |
tree | aa112608339933b0f31f5471a9108601faed270b /eclass/font-ebdftopcf.eclass | |
parent | Stable on amd64 wrt bug #338941 (diff) | |
download | gentoo-2-1d4226d2f57653a3c9db831626a4a5b5706b56a8.tar.gz gentoo-2-1d4226d2f57653a3c9db831626a4a5b5706b56a8.tar.bz2 gentoo-2-1d4226d2f57653a3c9db831626a4a5b5706b56a8.zip |
Fix for Prefix, bug #334057. Since this is always on top of font.eclass, can rely on it's pkg_setup for EPREFIX
Diffstat (limited to 'eclass/font-ebdftopcf.eclass')
-rw-r--r-- | eclass/font-ebdftopcf.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/font-ebdftopcf.eclass b/eclass/font-ebdftopcf.eclass index 3ef73bb04f5c..e15666688ca5 100644 --- a/eclass/font-ebdftopcf.eclass +++ b/eclass/font-ebdftopcf.eclass @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font-ebdftopcf.eclass,v 1.5 2007/09/16 02:56:19 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font-ebdftopcf.eclass,v 1.6 2010/09/30 11:12:03 grobian Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> @@ -27,7 +27,7 @@ ebdftopcf() { local bdffiles bdffiles="$@" [ -z "$bdffiles" ] && die "No BDF files specified." - emake -f /usr/share/ebdftopcf/Makefile.ebdftopcf \ + emake -f "${EPREFIX}"/usr/share/ebdftopcf/Makefile.ebdftopcf \ BDFFILES="${bdffiles}" \ BDFTOPCF_PARAMS="${BDFTOPCF_PARAMS}" \ || die "Failed to build PCF files" |