firefox: install from correct srcdistdir.
This commit is contained in:
parent
1a34dcc3da
commit
227205604d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=firefox-i18n
|
pkgname=firefox-i18n
|
||||||
version=13.0.1
|
version=13.0.1
|
||||||
homepage="http://www.mozilla.com/"
|
homepage="http://www.mozilla.com/"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Firefox language packs"
|
short_desc="Firefox language packs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MPL-2.1"
|
license="MPL-2.1"
|
||||||
|
@ -109,7 +109,7 @@ e056fb6aecfc7b4123fe2a201b2ae9a172e3d3b70de01bc90e28082e2a88c8f8
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for f in ${_LANG_PACKS}; do
|
for f in ${_LANG_PACKS}; do
|
||||||
vinstall ${XBPS_SRCDISTDIR}/$f.xpi 644 \
|
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/$f.xpi 644 \
|
||||||
usr/lib/firefox/extensions langpack-${f}@firefox.mozilla.org.xpi
|
usr/lib/firefox/extensions langpack-${f}@firefox.mozilla.org.xpi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue