Don't dereference STAGEDIR. It may change.
This commit is contained in:
parent
5623dd05d1
commit
e5158d0d99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381507
@ -35,7 +35,7 @@ post-patch:
|
||||
|
||||
pre-build:
|
||||
# scons is too stupid to create DESTDIR by itself
|
||||
@${MKDIR} ${WRKDIR}/stage
|
||||
@${MKDIR} ${STAGEDIR}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user