summarylogtreecommitdiffstats
path: root/mekhq.sh
diff options
context:
space:
mode:
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"