aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.destdir.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-09-08 20:44:21 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-09-08 20:44:21 +0000
commitb323faddb90132c891a76a024bcbcb5da7f6269d (patch)
tree4928c8aec67ec344b6196cd8f3322691e77d5b3c /Mk/bsd.destdir.mk
parent3c8222ab11140962b9e0a98890495a67dfc62c5f (diff)
downloadports-b323faddb90132c891a76a024bcbcb5da7f6269d.tar.gz
ports-b323faddb90132c891a76a024bcbcb5da7f6269d.zip
Notes
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}"; \