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 --- patch.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'patch.sh') 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