Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d200d29ea036a24eec133f8d9bc2d172aa5af56b
commit d200d29ea036a24eec133f8d9bc2d172aa5af56b Author: DeX77 <[email protected]> Date: Sat May 7 17:55:04 2016 +0200 firefox-46.0.1-3-x86_64 * fix ldd stuff diff --git a/source/xapps-extra/firefox/FrugalBuild b/source/xapps-extra/firefox/FrugalBuild index e5ff36d..a81b368 100644 --- a/source/xapps-extra/firefox/FrugalBuild +++ b/source/xapps-extra/firefox/FrugalBuild @@ -4,7 +4,7 @@ pkgname=firefox pkgver=46.0.1 pathver=${pkgver} # version used in path names -pkgrel=2 +pkgrel=3 pkgdesc="Mozilla Firefox web browser" url="http://www.mozilla.org/products/firefox/" depends=('libevent' 'hunspell>=1.4.1' 'libidl' 'desktop-file-utils' 'nss>=3.19.2' 'glibc>=2.6' 'dbus-glib' 'curl>=7.19.0' 'nspr>=4.9.2' \ @@ -86,6 +86,10 @@ build() { #Preferences file Finstall 644 prefs.js usr/lib/$pkgname/defaults/pref/prefs.js + #ldconfig + Fmkdir etc/ld.so.conf.d + echo /usr/lib/firefox >> "$Fdestdir/etc/ld.so.conf.d/firefox.conf" || Fdie + } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
