- Add missing || ${TRUE}
This commit is contained in:
parent
4da7b1058d
commit
e018bc8aeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331562
1 changed files with 1 additions and 1 deletions
|
@ -261,6 +261,6 @@ do-install:
|
|||
post-stage::
|
||||
# TODO: change to ${_USE_PERL5:Mconfigure} when M::B creates .packlist
|
||||
.if ${USE_PERL5:Mconfigure} || ${USE_PERL5:Mmodbuildtiny}
|
||||
@[ -x ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
|
||||
@([ -d ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;) || ${TRUE}
|
||||
.endif
|
||||
.endif # defined(_POSTMKINCLUDED)
|
||||
|
|
Loading…
Reference in a new issue