summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-09-26 11:17:26 +0000
committerFabian Groffen <grobian@gentoo.org>2014-09-26 11:17:26 +0000
commitd64cc047352e378431a405bdc1f8216278749a98 (patch)
tree969c836002ca8e7eb0e0829c62d94763692018c1 /media-libs/qhull
parentbump, need vdr patch with use-flag permashift_v1 (diff)
downloadhistorical-d64cc047352e378431a405bdc1f8216278749a98.tar.gz
historical-d64cc047352e378431a405bdc1f8216278749a98.tar.bz2
historical-d64cc047352e378431a405bdc1f8216278749a98.zip
Fix out of Prefix rm, bug #523422
Diffstat (limited to 'media-libs/qhull')
-rw-r--r--media-libs/qhull/qhull-2012.1-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/qhull/qhull-2012.1-r3.ebuild b/media-libs/qhull/qhull-2012.1-r3.ebuild
index 04ef8932877c..4c534f36d083 100644
--- a/media-libs/qhull/qhull-2012.1-r3.ebuild
+++ b/media-libs/qhull/qhull-2012.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2012.1-r3.ebuild,v 1.1 2014/09/17 08:52:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2012.1-r3.ebuild,v 1.2 2014/09/26 11:17:26 grobian Exp $
EAPI=5
@@ -34,7 +34,7 @@ pkg_preinst() {
# See https://bugs.gentoo.org/show_bug.cgi?id=435006
# If qhull-2010 is installed we need to remove its include dir so
# that it can be replaced with a symlink in this version.
- rm -rf "${ROOT}"usr/include/qhull || die
+ rm -rf "${EROOT}"usr/include/qhull || die
}
src_install() {