mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 08:57:14 +08:00
Fix configs
This commit is contained in:
parent
a0f634f11e
commit
14cee93ac5
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
setenv MOZ_PLUGIN_PATH "/usr/lib/mozilla/plugins"
|
||||
setenv MOZ_PLUGIN_PATH "/usr/lib/mozilla/plugins:/etc/usr/lib/mozilla/plugins"
|
||||
|
@ -1 +1 @@
|
||||
export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins"
|
||||
export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins:/extra/usr/lib/mozilla/plugins"
|
||||
|
Loading…
Reference in New Issue
Block a user