commit: 80d5df7cfad77d7315092ba706e551838c51bbc6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 21:36:36 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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