summarylogtreecommitdiffstats
path: root/fix_stockfish_path.patch
diff options
context:
space:
mode:
authorAtrament2019-08-08 12:00:53 +0100
committerAtrament2019-08-08 12:00:53 +0100
commit5a3bdfefcac7a928d8c312ae5c7629676b445f06 (patch)
treeff3dcca2515bd44d93f6cc77a130b5615949eeb0 /fix_stockfish_path.patch
downloadaur-jerry-git.tar.gz
Initial commit
Diffstat (limited to 'fix_stockfish_path.patch')
-rw-r--r--fix_stockfish_path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/fix_stockfish_path.patch b/fix_stockfish_path.patch
new file mode 100644
index 000000000000..9593d366efe5
--- /dev/null
+++ b/fix_stockfish_path.patch
@@ -0,0 +1,13 @@
+diff --git a/model/internalengine.cpp b/model/internalengine.cpp
+index dc85769..7ab66e2 100644
+--- a/model/internalengine.cpp
++++ b/model/internalengine.cpp
+@@ -30,7 +30,7 @@ InternalEngine::InternalEngine() : Engine()
+ this->name = QString("Stockfish");
+
+ #ifdef __linux__
+- QString path = QString("/usr/games/stockfish");
++ QString path = QString("/usr/bin/stockfish");
+ this->setPath(path);
+ #endif
+