summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/200.wae.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/200.wae.sh.in b/scripts/200.wae.sh.in
index 5552f74..29d9497 100755
--- a/scripts/200.wae.sh.in
+++ b/scripts/200.wae.sh.in
@@ -21,7 +21,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
WAE_DIR=@RW_SHARE_DIR@/wae
-mv @UPGRADE_DATA_DIR@/wae $WAE_DIR
+cp -rf @UPGRADE_DATA_DIR@/wae $WAE_DIR
chsmack -a "@SMACK_DOMAIN@" $WAE_DIR -r
chown -R @USER_NAME@:@GROUP_NAME@ $WAE_DIR