From 4ab8f4a49a618da71f1aa1fc6f0267d5850d8424 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 18 Mar 2025 21:11:15 +1100 Subject: Add setup/patch scripts --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 45accd7..e94e68a 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,8 @@ # Setup for compile time checks of fastmouse for linux build. +set -x + rm "${PWD}"/linux/drivers/hid/hid-input.c ln -s "${PWD}"/src/hid-input.c "${PWD}"/linux/drivers/hid/hid-input.c -- cgit v1.2.3