From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75EDF138334 for ; Tue, 19 Jun 2018 09:53:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 689CAE085A; Tue, 19 Jun 2018 09:53:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F887E085A for ; Tue, 19 Jun 2018 09:53:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 967A6335C03 for ; Tue, 19 Jun 2018 09:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F212CB for ; Tue, 19 Jun 2018 09:53:01 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1529401975.e0056001f611c8a644fd713bc5741d3a9e7e3595.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mixxx/mixxx-9999.ebuild X-VCS-Directories: media-sound/mixxx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e0056001f611c8a644fd713bc5741d3a9e7e3595 X-VCS-Branch: master Date: Tue, 19 Jun 2018 09:53:01 +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: 59773f97-992f-45e9-938d-5b5dea3d137e X-Archives-Hash: e971b91ce6c86a5cf71995e179653e39 commit: e0056001f611c8a644fd713bc5741d3a9e7e3595 Author: Lars Wendler gentoo org> AuthorDate: Tue Jun 19 09:52:55 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jun 19 09:52:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0056001 media-sound/mixxx: Synced live ebuild. Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/mixxx/mixxx-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mixxx/mixxx-9999.ebuild b/media-sound/mixxx/mixxx-9999.ebuild index 6ab9fb77f7c..89b59a96ab6 100644 --- a/media-sound/mixxx/mixxx-9999.ebuild +++ b/media-sound/mixxx/mixxx-9999.ebuild @@ -125,7 +125,7 @@ src_compile() { src_install() { CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINKFLAGS="${LDFLAGS}" \ LIBDIR="${EPREFIX}/usr/$(get_libdir)" escons ${myesconsargs[@]} \ - install_root="${ED}"/usr install + install_root="${ED%/}"/usr install dodoc README Mixxx-Manual.pdf }