diff options
Diffstat (limited to 'src/make_patch.sh')
| -rwxr-xr-x | src/make_patch.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/make_patch.sh b/src/make_patch.sh index 58c946e..2aa27c0 100755 --- a/src/make_patch.sh +++ b/src/make_patch.sh @@ -3,7 +3,9 @@ set -xe cp ./src/linux/* ./linux/drivers/hid/ +cp ./src/fastmouse.h ./linux/drivers/hid/ cd ./linux +git add --intent-to-add ./drivers/hid/fastmouse.h git diff > ../fastmouse.patch -exit 0
\ No newline at end of file +exit 0 |
