Replace LD_LIBRARY_PATH with LD_PRELOAD

This commit is contained in:
Tim Kleinschmidt 2018-02-26 21:40:00 +00:00
parent fdfe5ffc3f
commit 4e4c223048
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 3.3.4
pkgrel = 2
pkgrel = 3
url = https://www.gitkraken.com/
arch = x86_64
license = custom
@ -25,7 +25,7 @@ pkgbase = gitkraken
sha256sums = c001122608370bc43d6cfefd8e217f337a07f544c351179e816983635f8ff45d
sha256sums = a2b3551f83bcbe56da961615f066bb736cd15d98e41c93b3b4add0d56606d902
sha256sums = 9566342308bf35b56e626fa1b0d716eb16991712cc43b617c4f0d95e005311d1
sha256sums = d5a000e09623d7545696cdb7b77c57355a9c14652782fb18c16d511c84905f23
sha256sums = dd389b58ce1fadd7e8258a88404ad23a7b8c857f4203b5b2a286e6597df520c3
pkgname = gitkraken

View file

@ -6,7 +6,7 @@
# Contributor: Victor Hugo Souza <vhbsouza@gmail.com>
pkgname=gitkraken
pkgrel=2
pkgrel=3
pkgver=3.3.4
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
@ -29,7 +29,7 @@ sha256sums=('43f232c4ab0c5fef8217dd7c5182f5b9c8fa7fcd2c296e59bbe957ce2dea1ddd'
'c001122608370bc43d6cfefd8e217f337a07f544c351179e816983635f8ff45d'
'a2b3551f83bcbe56da961615f066bb736cd15d98e41c93b3b4add0d56606d902'
'9566342308bf35b56e626fa1b0d716eb16991712cc43b617c4f0d95e005311d1'
'd5a000e09623d7545696cdb7b77c57355a9c14652782fb18c16d511c84905f23')
'dd389b58ce1fadd7e8258a88404ad23a7b8c857f4203b5b2a286e6597df520c3')
package() {
install -d "$pkgdir"/opt

View file

@ -1,3 +1,3 @@
#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/libcurl-gnutls.so.3 /opt/gitkraken/gitkraken "$@"
LD_PRELOAD=/usr/lib/libcurl-gnutls.so.3 /opt/gitkraken/gitkraken "$@"