diff options
Diffstat (limited to 'media-libs/qhull')
-rw-r--r-- | media-libs/qhull/qhull-2012.1-r3.ebuild | 4 |
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() { |