summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-01-21 03:01:35 +0100
committershellkr2016-01-21 03:01:35 +0100
commitb465458479dbcacd682b1373eddc6f12e3e7c2dc (patch)
treec50593081abd0c31bfb3e527b4a79dc8f25e8ddd
parentf626ef6eaa36f8fb454526a1aa3d858530d14418 (diff)
downloadaur-b465458479dbcacd682b1373eddc6f12e3e7c2dc.tar.gz
Missed an flag in the instruction
-rw-r--r--minetest-mod-weather-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest-mod-weather-git.install b/minetest-mod-weather-git.install
index 9f3ef7b848a2..651e70e4b080 100644
--- a/minetest-mod-weather-git.install
+++ b/minetest-mod-weather-git.install
@@ -7,7 +7,7 @@ post_install() {
echo ' recognize the default install dir'
echo
echo ' sudo mv /usr/share/minetest/mods/minetest-mod-weather ~/.minetest/mods'
- echo ' sudo chown <your user>:<your group> ~/.minetest/mods/minetest-mod-weather'
+ echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/minetest-mod-weather'
echo
echo
}
@@ -20,7 +20,7 @@ post_upgrade() {
echo ' recognize the default install dir'
echo
echo ' sudo mv /usr/share/minetest/mods/minetest-mod-weather ~/.minetest/mods'
- echo ' sudo chown <your user>:<your group> ~/.minetest/mods/minetest-mod-weather'
+ echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/minetest-mod-weather'
echo
echo
}