aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdfly-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update
index f248916..e8d6db7 100755
--- a/dfly-update
+++ b/dfly-update
@@ -232,7 +232,7 @@ install_system() {
file=BSD.${item%:*}.dist
path=${item#*:}
echo " * mtree: ${path} ..."
- mtree -deUq -f ${MNT_DIR}/etc.hdd/mtree/${file} -p ${path} ||
+ mtree -deiqU -f ${MNT_DIR}/etc.hdd/mtree/${file} -p ${path} ||
exit ${EC_MTREE}
done