\t won't work in elog

for/master
Daniel Mierswa 2009-06-12 16:25:41 +02:00
parent 549e8b3273
commit 6d65e2d553
1 changed files with 3 additions and 3 deletions

View File

@ -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)"
}