summarylogtreecommitdiffstats
path: root/downlords-faf-client
diff options
context:
space:
mode:
authorD. Can Celasun2020-10-08 07:48:22 +0100
committerD. Can Celasun2020-10-08 07:48:22 +0100
commitd03e3c1b82d47af013d77dc2091e7bbbddbdd8a2 (patch)
tree10e9803956ece8fd10fba53a1265fa82b9f5fcf0 /downlords-faf-client
parentde0b6b4eb1dd01535c10236ee3f094d5c77e97f9 (diff)
downloadaur-d03e3c1b82d47af013d77dc2091e7bbbddbdd8a2.tar.gz
[downlords-faf-client] Depend on Oracle JDK
Arch's OpenJDK doesn't work with FAF, see linked issue.
Diffstat (limited to 'downlords-faf-client')
-rwxr-xr-xdownlords-faf-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/downlords-faf-client b/downlords-faf-client
index 86b1cc843810..cb5936ee960c 100755
--- a/downlords-faf-client
+++ b/downlords-faf-client
@@ -1,5 +1,5 @@
#!/bin/sh
-export INSTALL4J_JAVA_HOME=/usr/lib/jvm/java-14-openjdk
+export INSTALL4J_JAVA_HOME=/usr/lib/jvm/java-14-jdk
pushd /usr/share/java/downlords-faf-client
exec ./downlords-faf-client "$@"
popd