From 59e2a38f63d76cbb2d261911676a550f9d04053a Mon Sep 17 00:00:00 2001 From: Dejvino Date: Fri, 19 Jun 2020 15:34:08 +0200 Subject: [PATCH] Fixed lisgd version with for the patch file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a935dc6..b7b3f8d 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ install_rot8: cp rot8/target/release/rot8 /usr/local/bin/ install_lisgd: - cd lisgd && git fetch origin && git reset --hard origin/master + cd lisgd && git fetch origin && git reset --hard 877beea2738df5f3a99da3f4e2ab5442b92baa80 cd lisgd && git apply ../patches/lisgd.patch cd lisgd && make cp lisgd/lisgd /usr/local/bin/