From: James Le Cuirot Date: Thu, 7 Nov 2019 21:36:36 +0000 (+0000) Subject: games-puzzle/angrydd: Fix use of dosym with ${ED} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80d5df7cfad77d7315092ba706e551838c51bbc6;p=gentoo.git 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 --- diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild index 822cc2d5e973..fe4be2ac4003 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