From dd51240aa07f21212477ca272f61c3125ec8e675 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 18 Mar 2025 21:39:02 +1100 Subject: Restore symlinks after patching --- README.md | 2 +- patch.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ddbfb..9c5ff41 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ Create a patch from `src` by running `patch.sh`. $ ./patch.sh ``` -`leetmouse.patch' will be in the placed in the topmost directory. +`leetmouse.patch` will be in the placed in the topmost directory. diff --git a/patch.sh b/patch.sh index f8cd2a2..5993486 100755 --- a/patch.sh +++ b/patch.sh @@ -10,3 +10,5 @@ cp ./src/hid-input.c ./linux/drivers/hid/hid-input.c cd ./linux git diff > ../fastmouse.patch +cd .. +./setup.sh # restore symlinks for development -- cgit v1.2.3