From 6d65e2d553b2aa9e96f3339f6c0f4344d2d1c221 Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Fri, 12 Jun 2009 16:25:41 +0200 Subject: [PATCH] \t won't work in elog --- .../jaggedalliance2-stracciatella.exlib | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/games-strategy/jaggedalliance2-stracciatella/jaggedalliance2-stracciatella.exlib b/packages/games-strategy/jaggedalliance2-stracciatella/jaggedalliance2-stracciatella.exlib index 8de164c..16a090e 100644 --- a/packages/games-strategy/jaggedalliance2-stracciatella/jaggedalliance2-stracciatella.exlib +++ b/packages/games-strategy/jaggedalliance2-stracciatella/jaggedalliance2-stracciatella.exlib @@ -63,11 +63,11 @@ src_install() { pkg_postinst() { elog "Before playing:" - elog "\tmake -f /usr/share/${PN}/Makefile SGPDATADIR=/path/to/data lowercase" + elog " make -f /usr/share/${PN}/Makefile SGPDATADIR=/path/to/data lowercase" if option editor ; then - elog "\tcp /usr/share/${PN}/editor.slf /path/to/data/Data/" + elog " cp /usr/share/${PN}/editor.slf /path/to/data/Data/" fi elog "Then put:" - elog "\tdata_dir = /path/to/data" + elog " data_dir = /path/to/data" elog "into ~/.ja2/ja2.ini where /path/to/data is the topmost data directory (i.e. /path/to/data/Data exists)" }