Fix configs

This commit is contained in:
Manuel 2013-04-29 22:17:48 +00:00
parent a0f634f11e
commit 14cee93ac5
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
pkgname=mozilla-common
pkgver=1.4
pkgrel=1
pkgrel=2
pkgdesc="Common Initialization Profile for Mozilla.org products"
arch=(i686 x86_64)
license=('GPL')
@ -11,8 +11,8 @@ url="http://www.mozilla.org/"
install=mozilla-common.install
source=(mozilla-common.sh
mozilla-common.csh)
md5sums=('39451f6fe87d3cb224e140322c55eb27'
'924887e41bd96db37029f479befe40cf')
md5sums=('71f2d354cbea1b3b8227b83751f12a85'
'0a1f9fe0add8ee76fe5413cb073aa538')
build() {
install -m755 -d "${pkgdir}/etc/profile.d"

View File

@ -1 +1 @@
setenv MOZ_PLUGIN_PATH "/usr/lib/mozilla/plugins"
setenv MOZ_PLUGIN_PATH "/usr/lib/mozilla/plugins:/etc/usr/lib/mozilla/plugins"

View File

@ -1 +1 @@
export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins"
export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins:/extra/usr/lib/mozilla/plugins"