- Add missing || ${TRUE}

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-10-25 07:53:24 +00:00
parent 4da7b1058d
commit e018bc8aeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331562

View file

@ -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)