summarylogtreecommitdiffstats
path: root/mekhq.sh
diff options
context:
space:
mode:
authordangersalad2018-06-28 23:15:53 -0600
committerdangersalad2018-06-28 23:15:53 -0600
commit31bd3f835d95ade677514ccbe9d3a7bd74cbe1fc (patch)
tree5947d839fad4a5643d862c5914ec8fa072821354 /mekhq.sh
parent806dc6b81ca9c122c94998969683b22b28004c0e (diff)
downloadaur-31bd3f835d95ade677514ccbe9d3a7bd74cbe1fc.tar.gz
update to 0.44.0
Diffstat (limited to 'mekhq.sh')
-rw-r--r--mekhq.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/mekhq.sh b/mekhq.sh
index d4651ce9922a..59bf5a869de6 100644
--- a/mekhq.sh
+++ b/mekhq.sh
@@ -12,9 +12,6 @@ then
mkdir -p "$conf"
fi
-if [[ ! -d "$conf/mmconf" ]]
-then
- cp -af /usr/lib/mekhq/* "$conf/"
-fi
+rsync -avc /usr/lib/mekhq/ "$conf/"
exec env MEGAMEK_CONFPATH="$conf" "$conf/hq.sh"