Explicitely call create_opening_book.sh with ${SH} in ${SCRIPTDIR}
Noticed by: Joshua Tinnin <krinklyfig@spymac.com>
This commit is contained in:
parent
234830beb4
commit
9106b1d585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125221
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ post-patch:
|
|||
|
||||
pre-install:
|
||||
.if defined(WITH_OPENING_BOOK)
|
||||
@scripts/create_opening_book.sh ${DISTDIR} ${WRKSRC}
|
||||
@${SH} ${SCRIPTDIR}/create_opening_book.sh ${DISTDIR} ${WRKSRC}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue