aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.destdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.destdir.mk')
-rw-r--r--Mk/bsd.destdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.destdir.mk b/Mk/bsd.destdir.mk
index df930c33a4e2..309f41f3fd99 100644
--- a/Mk/bsd.destdir.mk
+++ b/Mk/bsd.destdir.mk
@@ -140,7 +140,7 @@ do-chroot:
_tp=$${_entry#*:}; \
_host_path=`${REALPATH} $${_tp%:*}`; \
_dest_path=$${_entry##*:}; \
- _full_dest_path=`${REALPATH} $${_destdir}/$${_dest_path}`; \
+ _full_dest_path=`${REALPATH} -q $${_destdir}/$${_dest_path} || :`; \
_entry_was_created=0; \
_entry_should_mount=0; \
${DEBUG_MSG} "$${_mount_var}:$${_host_path}:$${_full_dest_path}"; \