summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2020-01-03 13:16:05 +0000
committerWorMzy Tykashi2020-01-03 13:16:05 +0000
commitf9b898bce39a8146a84059e79c31ff2fd85a3b26 (patch)
tree16a48bfdef0b29596f3e78cbeb10fcef52dc5ac3
parent2b85eae354fc9908135d90dbf4b73793f7203561 (diff)
downloadaur-f9b898bce39a8146a84059e79c31ff2fd85a3b26.tar.gz
Make setup instruction more versatile
-rw-r--r--openfodder.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/openfodder.install b/openfodder.install
index 7ba5ab7dc821..f6ff83d17a0d 100644
--- a/openfodder.install
+++ b/openfodder.install
@@ -2,7 +2,7 @@ post_install() {
/usr/bin/printf "-------------------------------------------------------\n"
/usr/bin/printf " Before trying to run the game, please copy\n"
/usr/bin/printf " /var/lib/OpenFodder to \$HOME/.local/share/OpenFodder\n"
- /usr/bin/printf " e.g. '\$ cp -r /var/lib/OpenFodder .local/share/'\n"
+ /usr/bin/printf " e.g. '\$ cp -r /var/lib/OpenFodder ~/.local/share/'\n"
/usr/bin/printf " Then copy your full game files into the corresponding\n"
/usr/bin/printf " directories under this new location.\n"
/usr/bin/printf "-------------------------------------------------------\n"