summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjörn Bidar2017-11-21 20:23:15 +0100
committerBjörn Bidar2017-11-21 20:23:15 +0100
commitfe6f1ad8ee78a28ff4a9fd98fbace79f631fcc73 (patch)
treeaff4591e8b53ec4ce5969917de2059ebe35f180b /PKGBUILD
parent5d1329f9561c1a30818c269544261fd3d9da583a (diff)
downloadaur-fe6f1ad8ee78a28ff4a9fd98fbace79f631fcc73.tar.gz
urel: fix file name of linked lib (use system certs)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36c228b2b3ce..605e88200812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ _pgo=true
_pkgname=firefox
pkgname=$_pkgname-kde-opensuse
pkgver=57.0
-pkgrel=2
+pkgrel=3
pkgdesc="Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -217,7 +217,7 @@ END
# Use system certificates
ln -srf "$pkgdir/usr/lib/libnssckbi.so" \
- "$pkgdir/usr/lib/$pkgname/libnssckbi.so"
+ "$pkgdir/usr/lib/$_pkgname/libnssckbi.so"
#workaround for now
#https://bugzilla.mozilla.org/show_bug.cgi?id=658850