- Fix DESTDIR support.
It has been broken since r176977 in head in 2008. PR: 172547 Submitted by: Rob <pr@somerandom.net> With hat: portmgr
This commit is contained in:
parent
3c8222ab11
commit
b323faddb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367700
@ -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}"; \
|
||||
|
Loading…
Reference in New Issue
Block a user