Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/
Date: Thu, 07 Nov 2019 21:37:13
Message-Id: 1573162596.80d5df7cfad77d7315092ba706e551838c51bbc6.chewi@gentoo
1 commit: 80d5df7cfad77d7315092ba706e551838c51bbc6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 7 21:36:36 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 7 21:36:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d5df7c
7
8 games-puzzle/angrydd: Fix use of dosym with ${ED}
9
10 Closes: https://bugs.gentoo.org/699494
11 Package-Manager: Portage-2.3.78, Repoman-2.3.17
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
18 index 822cc2d5e97..fe4be2ac400 100644
19 --- a/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
20 +++ b/games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -38,7 +38,7 @@ src_install() {
28 python_optimize "${ED}/usr/share/${PN}"
29
30 dodir /usr/bin
31 - dosym "${ED}/usr/share/${PN}/angrydd.py" "/usr/bin/${PN}"
32 + dosym "../share/${PN}/angrydd.py" "/usr/bin/${PN}"
33 doman angrydd.6
34 dodoc README TODO HACKING