summarylogtreecommitdiffstats
path: root/rbdoom-3-bfg.install
diff options
context:
space:
mode:
authorStelios Tsampas2023-09-06 17:59:15 +0300
committerStelios Tsampas2023-09-06 17:59:15 +0300
commit9931355a5ac7a8597ff8c5af1c187b2ebd657a98 (patch)
tree3e2283bfaefffccb1f74d4d290a78da4d476362c /rbdoom-3-bfg.install
parent476a37fd87a224b8821bebf2973b656f61784555 (diff)
downloadaur-9931355a5ac7a8597ff8c5af1c187b2ebd657a98.tar.gz
[rbdoom-3-bfg] Version 1.5.1
Diffstat (limited to 'rbdoom-3-bfg.install')
-rw-r--r--rbdoom-3-bfg.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/rbdoom-3-bfg.install b/rbdoom-3-bfg.install
index eeb089c60291..f8fe7f931ff4 100644
--- a/rbdoom-3-bfg.install
+++ b/rbdoom-3-bfg.install
@@ -2,15 +2,15 @@ post_install() {
cat <<EOF
RBDoom 3 BFG requires the game data files to play.
Either install the optional doom3-bfg-data package
-or copy the \"base\" directory of any Doom 3 BFG install
-to either ~/.rbdoom3bfg or /usr/share/games/doom3bfg.
+or copy the "base" directory of any Doom 3 BFG install
+to either ~/.local/share/rbdoom3bfg or /usr/share/games/doom3bfg.
If your doom3bfg-data package includes multiple *.lang files under
/usr/share/games/doom3bfg/base/strings, you may find the game starting
up in Japanese or another unwanted language on launch.
-To repair this, make a ~/.rbdoom3bfg/base/default.cfg file with the
-following line as its contents, English as the example:
+To repair this, make a ~/.loca/share/rbdoom3bfg/base/default.cfg
+file with the following line as its contents, English as the example:
seta sys_lang "english"
EOF
}