From 9cbdefd2b1988cc34146b2f708d858ec9874bd13 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 19 Jun 2018 13:26:34 +0200 Subject: [PATCH] fixed widelands-0.19 --- games-strategy/widelands/widelands-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/widelands/widelands-0.19.ebuild b/games-strategy/widelands/widelands-0.19.ebuild index c7cb092..9cfd1c2 100644 --- a/games-strategy/widelands/widelands-0.19.ebuild +++ b/games-strategy/widelands/widelands-0.19.ebuild @@ -68,5 +68,5 @@ src_install() { # As everything is installed in /usr/share/games/${PN}, # a symlink is needed in /usr/games/bin - dosym ${PREFIX}/${PN} /usr/games/bin/${PN} + dosym ${PREFIX}/${PN} /usr/bin/${PN} }