- fix typo in do-install s/SENTENV/SETENV/
Until now ${SETENV} is empty so the fix does not affect the result. (no MFH) Submitted by: John Hein Approved by: lev@ (implicit)
This commit is contained in:
parent
6b63624ba3
commit
f2d98fe822
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406512
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ do-build:
|
|||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS})
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${SENTENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
|
|
Loading…
Reference in a new issue