From 1a657cfc1a5e85077157c585a13eb41ae0291795 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 4 Mar 2016 16:40:55 +0100 Subject: [PATCH] games-strategy/wargus: improve elog --- packages/games-strategy/wargus/wargus-2.3.0.exheres-0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 b/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 index 97b6f594..70097dfe 100644 --- a/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 +++ b/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 @@ -52,7 +52,9 @@ pkg_postinst() { elog "You need the Warcraft II game data in" elog " ~/.stratagus/wargus/" elog "unpacked via:" - elog " /usr/$(exhost --target)/bin/wartool -m -v -r \"/data\" ~/.stratagus/wargus/" + elog " /usr/$(exhost --target)/bin/wartool -v \"/data\" ~/.stratagus/wc2/" + elog "Then start the game via" + elog " cd ~/.stratagus/wc2/ && wargus" gtk-icon-cache_pkg_postinst }