thunderbird-i18n: fix xpi filenames.

This commit is contained in:
Enno Boland 2014-10-30 22:01:36 +01:00
parent 48d593f4f5
commit 90c5abf787

View file

@ -96,7 +96,7 @@ _pkgtmpl() {
noarch=yes
pkg_install() {
vinstall ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_lang}.xpi 644 \
usr/lib/thunderbird/extensions langpack-${_lang}@firefox.mozilla.org.xpi
usr/lib/thunderbird/extensions langpack-${_lang}@thunderbird.mozilla.org.xpi
}
}