diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-28 12:54:12 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-28 14:35:59 +0100 |
commit | c1903d8f3d67d89a15e898b71f37b0050dc54b0f (patch) | |
tree | 8ccce6de7c438be37dc03e54d6686f75da3616c8 /sys-devel/clang/clang-2.9-r1.ebuild | |
parent | sys-devel/distcc: Fix for prefix (diff) | |
download | gentoo-c1903d8f3d67d89a15e898b71f37b0050dc54b0f.tar.gz gentoo-c1903d8f3d67d89a15e898b71f37b0050dc54b0f.tar.bz2 gentoo-c1903d8f3d67d89a15e898b71f37b0050dc54b0f.zip |
sys-devel/clang: Prefix love
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-devel/clang/clang-2.9-r1.ebuild')
-rw-r--r-- | sys-devel/clang/clang-2.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-2.9-r1.ebuild b/sys-devel/clang/clang-2.9-r1.ebuild index b53bf23b279f..e0b24139a9cf 100644 --- a/sys-devel/clang/clang-2.9-r1.ebuild +++ b/sys-devel/clang/clang-2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -145,7 +145,7 @@ src_install() { install-scan-view() { insinto "$(python_get_sitedir)"/clang doins Reporter.py Resources ScanView.py startfile.py - touch "${ED}"/"$(python_get_sitedir)"/clang/__init__.py + touch "${D}"/"$(python_get_sitedir)"/clang/__init__.py } python_execute_function install-scan-view fi |