summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-14 10:41:57 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-14 10:49:25 +0200
commita2eb8005fccf405ee7a88affe31bf62b4ccaec7e (patch)
treeb9596b119b1c9aa07786835b8bac41bde9fb82fe /media-video/rtmpdump/rtmpdump-9999.ebuild
parentdev-python/psycopg: Replace INSDESTTREE with explicit path, #582976 (diff)
downloadgentoo-a2eb8005fccf405ee7a88affe31bf62b4ccaec7e.tar.gz
gentoo-a2eb8005fccf405ee7a88affe31bf62b4ccaec7e.tar.bz2
gentoo-a2eb8005fccf405ee7a88affe31bf62b4ccaec7e.zip
media-video/rtmpdump: DESTTREE -> /usr, #582984
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-9999.ebuild')
-rw-r--r--media-video/rtmpdump/rtmpdump-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild
index 399c53569a7b..c8bc9ac95bc0 100644
--- a/media-video/rtmpdump/rtmpdump-9999.ebuild
+++ b/media-video/rtmpdump/rtmpdump-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -62,12 +62,12 @@ multilib_src_compile() {
}
multilib_src_install() {
- mkdir -p "${ED}"/${DESTTREE}/$(get_libdir) || die
+ mkdir -p "${ED}"/usr/$(get_libdir) || die
if multilib_is_native_abi; then
dodoc README ChangeLog rtmpdump.1.html rtmpgw.8.html
else
cd librtmp || die
fi
- emake DESTDIR="${ED}" prefix="${DESTTREE}" mandir="${DESTTREE}/share/man" \
+ emake DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man" \
CRYPTO="${crypto}" install
}