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 | a1a93e63e2e4072d9a9f42512f21d00f404a69ae (patch) | |
tree | 21f5eda143b889eb73f882e256bfd52a6bd64904 /eclass/font-ebdftopcf.eclass | |
parent | Stable on amd64 wrt bug #338941 (diff) | |
download | historical-a1a93e63e2e4072d9a9f42512f21d00f404a69ae.tar.gz historical-a1a93e63e2e4072d9a9f42512f21d00f404a69ae.tar.bz2 historical-a1a93e63e2e4072d9a9f42512f21d00f404a69ae.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" |