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 91A73138334 for ; Thu, 7 Nov 2019 21:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A3D8E0C12; Thu, 7 Nov 2019 21:37:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 348BDE0C12 for ; Thu, 7 Nov 2019 21:37:06 +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 2D0B234CA40 for ; Thu, 7 Nov 2019 21:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78125824 for ; Thu, 7 Nov 2019 21:37:02 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1573162596.80d5df7cfad77d7315092ba706e551838c51bbc6.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild X-VCS-Directories: games-puzzle/angrydd/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 80d5df7cfad77d7315092ba706e551838c51bbc6 X-VCS-Branch: master Date: Thu, 7 Nov 2019 21:37:02 +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: f4bc096c-74db-4af8-8170-427e393bf97f X-Archives-Hash: f157c3c75a411ad8449605fb537f351c commit: 80d5df7cfad77d7315092ba706e551838c51bbc6 Author: James Le Cuirot gentoo org> AuthorDate: Thu Nov 7 21:36:36 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 7 21:36:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d5df7c games-puzzle/angrydd: Fix use of dosym with ${ED} Closes: https://bugs.gentoo.org/699494 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild index 822cc2d5e97..fe4be2ac400 100644 --- a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild +++ b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,7 +38,7 @@ src_install() { python_optimize "${ED}/usr/share/${PN}" dodir /usr/bin - dosym "${ED}/usr/share/${PN}/angrydd.py" "/usr/bin/${PN}" + dosym "../share/${PN}/angrydd.py" "/usr/bin/${PN}" doman angrydd.6 dodoc README TODO HACKING