commit: 4474101d6756ffa9a139856235cd618a3f088418
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 14:06:22 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 14:07:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4474101d
media-libs/openctm: prefix support
Package-Manager: Portage-2.3.8, Repoman-2.3.3
media-libs/openctm/openctm-1.0.3.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/media-libs/openctm/openctm-1.0.3.ebuild
b/media-libs/openctm/openctm-1.0.3.ebuild
index 9cf1a3d49ea..ca73f7094d6 100644
--- a/media-libs/openctm/openctm-1.0.3.ebuild
+++ b/media-libs/openctm/openctm-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -39,3 +39,7 @@ src_prepare() {
src_compile() {
emake CC=$(tc-getCC) CXX=$(tc-getCXX)
}
+
+src_install() {
+ emake DESTDIR="${ED}" install
+}