firefox: install from correct srcdistdir.

This commit is contained in:
Juan RP 2012-06-18 08:59:24 +02:00
parent 1a34dcc3da
commit 227205604d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=firefox-i18n
version=13.0.1
homepage="http://www.mozilla.com/"
revision=1
revision=2
short_desc="Firefox language packs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MPL-2.1"
@ -109,7 +109,7 @@ e056fb6aecfc7b4123fe2a201b2ae9a172e3d3b70de01bc90e28082e2a88c8f8
do_install() {
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
done
}