diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-11-07 21:36:36 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-11-07 21:36:36 +0000 |
commit | 80d5df7cfad77d7315092ba706e551838c51bbc6 (patch) | |
tree | a8270fabba2b1bb6924f049c970b04bf424ec64c /games-puzzle/angrydd | |
parent | games-fps/freedm: Drop old 0.12.0 (diff) | |
download | gentoo-80d5df7cfad77d7315092ba706e551838c51bbc6.tar.gz gentoo-80d5df7cfad77d7315092ba706e551838c51bbc6.tar.bz2 gentoo-80d5df7cfad77d7315092ba706e551838c51bbc6.zip |
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@gentoo.org>
Diffstat (limited to 'games-puzzle/angrydd')
-rw-r--r-- | games-puzzle/angrydd/angrydd-1.0.1-r2.ebuild | 4 |
1 files 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 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 |