Skip to content

Commit

Permalink
media-libs/openctm: prefix support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
amadio committed Aug 31, 2017
1 parent f38e2a2 commit 4474101
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion media-libs/openctm/openctm-1.0.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -39,3 +39,7 @@ src_prepare() {
src_compile() {
emake CC=$(tc-getCC) CXX=$(tc-getCXX)
}

src_install() {
emake DESTDIR="${ED}" install
}

0 comments on commit 4474101

Please sign in to comment.