games-strategy/wargus: improve elog

This commit is contained in:
Julian Ospald 2016-03-04 16:40:55 +01:00
parent 6658f30b4d
commit 1a657cfc1a
1 changed files with 3 additions and 1 deletions

View File

@ -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 \"<cdrom>/data\" ~/.stratagus/wargus/"
elog " /usr/$(exhost --target)/bin/wartool -v \"<cdrom>/data\" ~/.stratagus/wc2/"
elog "Then start the game via"
elog " cd ~/.stratagus/wc2/ && wargus"
gtk-icon-cache_pkg_postinst
}