aboutsummaryrefslogtreecommitdiff
path: root/patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patch.sh')
-rwxr-xr-xpatch.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/patch.sh b/patch.sh
deleted file mode 100755
index 5993486..0000000
--- a/patch.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# Setup creates a symlink - we have to replace it with the
-# actual file for git diff to work.
-
-set -x
-
-rm ./linux/drivers/hid/hid-input.c
-cp ./src/hid-input.c ./linux/drivers/hid/hid-input.c
-
-cd ./linux
-git diff > ../fastmouse.patch
-cd ..
-./setup.sh # restore symlinks for development