diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-08-31 16:06:22 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-08-31 16:07:52 +0200 |
commit | 4474101d6756ffa9a139856235cd618a3f088418 (patch) | |
tree | 6c9ec685d87a5d2e58922b218c36cc8dd010e16a /media-libs | |
parent | dev-ada/gps-bin: inherit toolchain-funcs. Fix bug #628958 (diff) | |
download | gentoo-4474101d6756ffa9a139856235cd618a3f088418.tar.gz gentoo-4474101d6756ffa9a139856235cd618a3f088418.tar.bz2 gentoo-4474101d6756ffa9a139856235cd618a3f088418.zip |
media-libs/openctm: prefix support
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/openctm/openctm-1.0.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/openctm/openctm-1.0.3.ebuild b/media-libs/openctm/openctm-1.0.3.ebuild index 9cf1a3d49ea0..ca73f7094d6c 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 +} |