thunderbird removed extra path from mozconfig

This commit is contained in:
AlmAck 2013-11-17 19:39:15 +01:00
parent 4b953837aa
commit 4bb26ba099
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgname=thunderbird pkgname=thunderbird
pkgver=24.1.0 pkgver=24.1.0
pkgrel=2 pkgrel=3
pkgdesc="Standalone Mail/News reader" pkgdesc="Standalone Mail/News reader"
arch=('x86_64') arch=('x86_64')
license=('MPL' 'GPL') license=('MPL' 'GPL')
@ -19,7 +19,7 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/sourc
vendor.js) vendor.js)
options=(!emptydirs) options=(!emptydirs)
md5sums=('39da7c856f5d1e91a7c5cdf37506d57e' md5sums=('39da7c856f5d1e91a7c5cdf37506d57e'
'2e6dfd672d63a72d1e2fe1f9b91807e6' '41511a6bcdd04cf56706218e4670e631'
'af3e5b344d2edf1c7d61bb0a5a96de9a' 'af3e5b344d2edf1c7d61bb0a5a96de9a'
'1c6f47b315a5d7830f8e901b1f723cfc' '1c6f47b315a5d7830f8e901b1f723cfc'
'5a53179d14ae9631b7afe5e4d0fc0b25') '5a53179d14ae9631b7afe5e4d0fc0b25')

View File

@ -1,8 +1,8 @@
mk_add_options MOZ_CO_PROJECT=mail mk_add_options MOZ_CO_PROJECT=mail
ac_add_options --enable-application=mail ac_add_options --enable-application=mail
ac_add_options --prefix=/extra/usr ac_add_options --prefix=/usr
ac_add_options --libdir=/extra/usr/lib ac_add_options --libdir=/usr/lib
# System libraries # System libraries
ac_add_options --with-system-nspr ac_add_options --with-system-nspr