From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1234A13825A for ; Sat, 14 May 2016 08:49:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22549E0801; Sat, 14 May 2016 08:49:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37587E0801 for ; Sat, 14 May 2016 08:49:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FFD1340890 for ; Sat, 14 May 2016 08:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D9A96D for ; Sat, 14 May 2016 08:49:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1463215765.a2eb8005fccf405ee7a88affe31bf62b4ccaec7e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rtmpdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild media-video/rtmpdump/rtmpdump-9999.ebuild X-VCS-Directories: media-video/rtmpdump/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a2eb8005fccf405ee7a88affe31bf62b4ccaec7e X-VCS-Branch: master Date: Sat, 14 May 2016 08:49:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16a01ec7-91cb-41dc-a33c-ddd7465b85cc X-Archives-Hash: 2db49ab3109075ebedb3a3f00141f175 commit: a2eb8005fccf405ee7a88affe31bf62b4ccaec7e Author: Michał Górny gentoo org> AuthorDate: Sat May 14 08:41:57 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 14 08:49:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2eb8005 media-video/rtmpdump: DESTTREE -> /usr, #582984 media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild | 6 +++--- media-video/rtmpdump/rtmpdump-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild index d89eaa0..6d20b3c 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20131018.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20131018.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$ @@ -68,12 +68,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 } diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild index 399c535..c8bc9ac 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 }