diff --git a/PKGBUILD b/PKGBUILD index 027be862532f637f6765beaf8c8faf1745e88000..43410e9a420b4c2fa0136f568cde9b953983757a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -76,8 +76,6 @@ prepare() { 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 @@ -130,7 +128,7 @@ package() { 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" }