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
This commit is contained in:
parent
dc5b2741c9
commit
37cd8fc16f
@ -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/`
|
||||
|
Loading…
Reference in New Issue
Block a user