diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-03-18 21:39:02 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-03-18 21:39:02 +1100 |
| commit | dd51240aa07f21212477ca272f61c3125ec8e675 (patch) | |
| tree | 724b8dcfd900d75cb7fddc4301c882050d6401cf | |
| parent | b445c0bed532797395aaed140b97a2ad04c87992 (diff) | |
Restore symlinks after patching
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | patch.sh | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. @@ -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 |
