diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-27 02:51:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-27 02:51:33 -0400 |
commit | 463ec6d865823e3f390f283d92d6d1c4617a9f06 (patch) | |
tree | 973dd038afd15fa1a639a4e2ed0aa62c2265eb5d /libre/iceweasel | |
parent | d16af1529938e5825e68cfdcb895eb09459addef (diff) | |
download | abslibre-463ec6d865823e3f390f283d92d6d1c4617a9f06.tar.gz abslibre-463ec6d865823e3f390f283d92d6d1c4617a9f06.tar.bz2 abslibre-463ec6d865823e3f390f283d92d6d1c4617a9f06.zip |
libre/iceweasel: Fix typo
Diffstat (limited to 'libre/iceweasel')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 5ad29d5bf..31367be77 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -42,7 +42,7 @@ replaces=('firefox') epoch=1 pkgver=61.0.2 pkgrel=1 -pkgrel+=.parabola1 +pkgrel+=.parabola2 pkgdesc="Libre standalone web browser based on Mozilla Firefox" arch=(x86_64) arch+=(i686 armv7h) @@ -213,7 +213,7 @@ END # these settings don't do anything on GNU/Linux. # # However, they don't seem to be causing any of the critical issues. - local _shortver=$(cut -d. -f1,2 <<<"$pkver") + local _shortver=$(cut -d. -f1,2 <<<"$pkgver") cat >> "$_vendorjs" <<END // Disable "alt" as a shortcut key to open full menu bar. Conflicts with "alt" as a modifier pref("ui.key.menuAccessKeyFocuses", false); |