diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-06-21 12:00:06 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-06-21 12:00:06 -0700 |
commit | 651b398634b822f9f82d4c7d2040e2915c8308fd (patch) | |
tree | 20da581dcb1a582676afdc7b3c5e625ad7e69d72 /PKGBUILD | |
parent | Updated to 67.0.4 (diff) | |
download | firefox-651b398634b822f9f82d4c7d2040e2915c8308fd.tar.xz |
Fix firefox installing as palemoon. Whoops.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ app.distributor.channel=$pkgname app.partner.artixlinux=artixlinux END - ln -s "/usr/lib/$pkgname/palemoon" "$pkgdir/usr/bin/palemoon" + ln -s "/usr/lib/$pkgname/firefox" "$pkgdir/usr/bin/firefox" # icons |