Date: Wednesday, April 13, 2016 @ 21:55:30 Author: heftig Revision: 264832
comments Modified: firefox/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-13 19:51:16 UTC (rev 264831) +++ PKGBUILD 2016-04-13 19:55:30 UTC (rev 264832) @@ -77,8 +77,6 @@ echo "ac_add_options --with-mozilla-api-keyfile=\"$PWD/mozilla-api-key\"" >>.mozconfig mkdir "$srcdir/path" - - # WebRTC build tries to execute "python" and expects Python 2 ln -s /usr/bin/python2 "$srcdir/path/python" # configure script misdetects the preprocessor without an optimization level @@ -131,7 +129,7 @@ ln -s /usr/share/hunspell "$pkgdir/usr/lib/firefox/dictionaries" ln -s /usr/share/hyphen "$pkgdir/usr/lib/firefox/hyphenation" - #workaround for now - #https://bugzilla.mozilla.org/show_bug.cgi?id=658850 + # Replace duplicate binary with symlink + # https://bugzilla.mozilla.org/show_bug.cgi?id=658850 ln -sf firefox "$pkgdir/usr/lib/firefox/firefox-bin" }
