thunderbird-i18n: unbreak; make pkgs arch dependant.
This commit is contained in:
parent
3f4680c3c4
commit
7c2d0594c2
|
@ -2,12 +2,12 @@
|
|||
pkgname=thunderbird-i18n
|
||||
version=38.5.1
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.mozilla.org/thunderbird/"
|
||||
short_desc="Thunderbird language packs"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MPL-2.1"
|
||||
|
||||
noarch=yes
|
||||
create_wrksrc=yes
|
||||
|
||||
do_extract() {
|
||||
|
@ -97,7 +97,6 @@ _pkgtmpl() {
|
|||
_lang="$1"
|
||||
depends="thunderbird>=${version}"
|
||||
short_desc="Thunderbird $2 language pack"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
vinstall ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/${_lang}.xpi 644 \
|
||||
usr/lib/thunderbird/extensions langpack-${_lang}@thunderbird.mozilla.org.xpi
|
||||
|
|
Loading…
Reference in New Issue