summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2020-06-23 17:23:36 -0400
committerneeshy2020-06-23 17:23:36 -0400
commitb4f78188728c078cbb6bf42865ce6a809e0d55c1 (patch)
tree1c6467906d534c82ba01ff35c40ae8447a833989 /PKGBUILD
parent1c9589afc4399e0354c973b19b16026565cf0b52 (diff)
downloadaur-b4f78188728c078cbb6bf42865ce6a809e0d55c1.tar.gz
Make basilisk and serpent consistent
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b15c50ef1949..069cd7e7f417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=2020.06.10
pkgrel=1
pkgdesc="Standalone web browser forked from mozilla.org"
arch=('x86_64')
-url="https://www.basilisk-browser.org"
+url="https://www.basilisk-browser.org/"
license=('MPL' 'GPL' 'LGPL')
depends=('gtk2' 'libxt' 'mime-types' 'alsa-lib' 'ffmpeg' 'ttf-font')
makedepends=('unzip' 'zip' 'python2' 'yasm' 'mesa' 'autoconf2.13')
@@ -130,6 +130,5 @@ package() {
# Replace duplicate binary with symlink
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
- local _mozhome="$pkgdir/usr/lib/basilisk-$(< basilisk/config/version.txt)"
- ln -sf basilisk "$_mozhome/basilisk-bin"
+ ln -sf basilisk "$pkgdir/usr/lib/basilisk-$(< basilisk/config/version.txt)/basilisk-bin"
}