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 2FE3F138350 for ; Sat, 25 Apr 2020 18:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59C75E0924; Sat, 25 Apr 2020 18:54:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4089CE0924 for ; Sat, 25 Apr 2020 18:54:35 +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 0181634F040 for ; Sat, 25 Apr 2020 18:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9DA1EA for ; Sat, 25 Apr 2020 18:54:31 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1587840857.cf62df53fa5ea2c8aa2f5f9946df9cad8e7fe1b2.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lazarus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/lazarus/lazarus-2.0.6.ebuild X-VCS-Directories: dev-lang/lazarus/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: cf62df53fa5ea2c8aa2f5f9946df9cad8e7fe1b2 X-VCS-Branch: master Date: Sat, 25 Apr 2020 18:54:31 +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: d8df130c-a4a2-4b27-b398-72c5c3c5f143 X-Archives-Hash: 58c53c2f5768616880c063f69d83e799 commit: cf62df53fa5ea2c8aa2f5f9946df9cad8e7fe1b2 Author: Amy Liffey gentoo org> AuthorDate: Sat Apr 25 18:49:41 2020 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sat Apr 25 18:54:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf62df53 dev-lang/lazarus: Fix UnnecessarySlashStrip Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Amy Liffey gentoo.org> dev-lang/lazarus/lazarus-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/lazarus/lazarus-2.0.6.ebuild b/dev-lang/lazarus/lazarus-2.0.6.ebuild index c471d8be2c3..8cfaf07f618 100644 --- a/dev-lang/lazarus/lazarus-2.0.6.ebuild +++ b/dev-lang/lazarus/lazarus-2.0.6.ebuild @@ -66,7 +66,7 @@ src_install() { --exclude="killme*" --exclude=".gdb_hist*" \ --exclude="debian" --exclude="COPYING*" \ --exclude="*.app" \ - "${S}" "${ED%/}"/usr/share \ + "${S}" "${ED}"/usr/share \ || die "Unable to copy files!" dosym ../share/lazarus/startlazarus /usr/bin/startlazarus