From b323faddb90132c891a76a024bcbcb5da7f6269d Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 8 Sep 2014 20:44:21 +0000 Subject: - Fix DESTDIR support. It has been broken since r176977 in head in 2008. PR: 172547 Submitted by: Rob With hat: portmgr --- Mk/bsd.destdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk/bsd.destdir.mk') 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}"; \ -- cgit v1.2.3