summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-07-28 12:30:28 +0000
committerFabian Groffen <grobian@gentoo.org>2011-07-28 12:30:28 +0000
commit8e16bab08a898df09d2ab6facafcfcc9d72bdccd (patch)
treee18f73b1b1e32b6ad9cf9a1d304eac1104699098 /app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild
parentBump to EAPI 3 and fix for prefix. (diff)
downloadhistorical-8e16bab08a898df09d2ab6facafcfcc9d72bdccd.tar.gz
historical-8e16bab08a898df09d2ab6facafcfcc9d72bdccd.tar.bz2
historical-8e16bab08a898df09d2ab6facafcfcc9d72bdccd.zip
Complete Prefix fixes
Package-Manager: portage-2.2.01.18890-prefix/cvs/SunOS i386
Diffstat (limited to 'app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild')
-rw-r--r--app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild
index bb00525939f4..97710e2c908f 100644
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild,v 1.9 2011/07/28 12:25:01 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r1.ebuild,v 1.10 2011/07/28 12:30:28 grobian Exp $
EAPI=3
@@ -37,11 +37,11 @@ src_prepare() {
}
src_compile() {
- emake SHELL=/bin/bash CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
+ emake SHELL="${EPREFIX}"/bin/bash CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
}
src_install() {
- emake SHELL=/bin/bash prefix="${ED}/usr" install || die
+ emake SHELL="${EPREFIX}"/bin/bash prefix="${ED}/usr" install || die
dohtml index.html
}