From 37cd8fc16f11206e9ccff463381608c2a0b35479 Mon Sep 17 00:00:00 2001 From: Bryan Gardiner Date: Wed, 9 Sep 2015 09:43:08 -0700 Subject: jitsi: fix when installed via systemPackages Close #9754. Otherwise, the wrong directory is changed into, and trying to start Jitsi gives: $ jitsi Error: Could not find or load main class net.java.sip.communicator.launcher.SIPCommunicator --- pkgs/applications/networking/instant-messengers/jitsi/jitsi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/instant-messengers/jitsi/jitsi.patch b/pkgs/applications/networking/instant-messengers/jitsi/jitsi.patch index 942b3cd0cbe6f..e672ac6dc2d8b 100644 --- a/pkgs/applications/networking/instant-messengers/jitsi/jitsi.patch +++ b/pkgs/applications/networking/instant-messengers/jitsi/jitsi.patch @@ -7,7 +7,7 @@ + +#mkdir -p $HOME/.sip-communicator/log + -+cd "$( dirname "$( dirname "${BASH_SOURCE[0]}" )" )" ++cd "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")" # Get architecture ARCH=`uname -m | sed -e s/x86_64/64/ -e s/i.86/32/` -- cgit 1.4.1