mail/thunderbird-18n: Explicitly use UNZIP_CMD instead of EXTRACT_CMD
This follows similar changes to firefox*-i18n and seamonkey-i18n.
This commit is contained in:
parent
c8c9367527
commit
ec15996c38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356046
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ do-extract:
|
|||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKDIR} ${WRKSRC}
|
||||
@for lang in ${THUNDERBIRD_I18N_}; do \
|
||||
if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\
|
||||
if ! (${UNZIP_CMD} -qo ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\
|
||||
then \
|
||||
exit 1; \
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue