Fix typo in variable name.
This commit is contained in:
parent
3a9df444c5
commit
25ed36a940
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391696
2
Mk/Uses/erlang.mk
vendored
2
Mk/Uses/erlang.mk
vendored
@ -128,7 +128,7 @@ do-install-erlang:
|
||||
.if ${ERL_DOCS} != ""
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${ERL_DOCS}
|
||||
if [ -d "${WKSRC}/${file}" ]; then \
|
||||
if [ -d "${WRKSRC}/${file}" ]; then \
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DOCSDIR}; \
|
||||
else \
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}; \
|
||||
|
Loading…
Reference in New Issue
Block a user