mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Fix 'make stage' for ports which define USE_LINUX by passing a defined
variable to MTREE_CMD. The previous variable, MTREE_LINUX_ARGS, seems to be a leftover. Approved by: portmgr (bapt)
This commit is contained in:
parent
3051b6e50f
commit
496131984d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333192
@ -30,7 +30,7 @@ stage-dir:
|
||||
@${MTREE_CMD} ${MTREE_ARGS} ${STAGEDIR}${PREFIX} > /dev/null
|
||||
.if defined(USE_LINUX) && ${PREFIX} != ${LINUXBASE}
|
||||
@${MKDIR} ${STAGEDIR}${LINUXBASE}
|
||||
@${MTREE_CMD} ${MTREE_LINUX_ARGS} ${STAGEDIR}${LINUXBASE} > /dev/null
|
||||
@${MTREE_CMD} ${MTREE_ARGS} ${STAGEDIR}${LINUXBASE} > /dev/null
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user