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 45E561382C5 for ; Tue, 22 Dec 2020 23:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87B072BC087; Tue, 22 Dec 2020 23:18:57 +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 6848A2BC087 for ; Tue, 22 Dec 2020 23:18:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5185F3415FE for ; Tue, 22 Dec 2020 23:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4AB34E for ; Tue, 22 Dec 2020 23:18:54 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1608679127.25afaee1c43f6ebf823715ce94dfaf6c32daaa22.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.33.0-r100.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 25afaee1c43f6ebf823715ce94dfaf6c32daaa22 X-VCS-Branch: master Date: Tue, 22 Dec 2020 23:18:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef83ddea-676a-4784-8dbe-4f32df054a2f X-Archives-Hash: d6bed0e9da4199d92e4d18b068f3218b commit: 25afaee1c43f6ebf823715ce94dfaf6c32daaa22 Author: Marek Szuba gentoo org> AuthorDate: Tue Dec 22 23:18:07 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Dec 22 23:18:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25afaee1 media-video/mpv-0.33.0-r100: add slashes after ${ED} occurrences Signed-off-by: Marek Szuba gentoo.org> media-video/mpv/mpv-0.33.0-r100.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.33.0-r100.ebuild b/media-video/mpv/mpv-0.33.0-r100.ebuild index 599cc169b9d..cf434331d32 100644 --- a/media-video/mpv/mpv-0.33.0-r100.ebuild +++ b/media-video/mpv/mpv-0.33.0-r100.ebuild @@ -284,13 +284,13 @@ src_install() { fi if use cli && use lua_single_target_luajit; then - pax-mark -m "${ED}"usr/bin/${PN} + pax-mark -m "${ED}"/usr/bin/${PN} fi if use tools; then dobin TOOLS/{mpv_identify.sh,umpv} newbin TOOLS/idet.sh mpv_idet.sh - python_replicate_script "${ED}"usr/bin/umpv + python_replicate_script "${ED}"/usr/bin/umpv fi }