From f7a3e34289c4af01e0712ccda44c6bb25d59c9d4 Mon Sep 17 00:00:00 2001 From: Ivan Baravy Date: Fri, 3 Apr 2026 14:59:01 +0100 Subject: [PATCH] Fix build of ps2mouse4d driver The previous commit removed the trunk directory, fix Tupfile.lua too. --- drivers/mouse/ps2mouse4d/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mouse/ps2mouse4d/Tupfile.lua b/drivers/mouse/ps2mouse4d/Tupfile.lua index 783ef5c0f..ef3a11c0c 100644 --- a/drivers/mouse/ps2mouse4d/Tupfile.lua +++ b/drivers/mouse/ps2mouse4d/Tupfile.lua @@ -1,3 +1,3 @@ if tup.getconfig("NO_FASM") ~= "" then return end -ROOT = "../../../.." +ROOT = "../../.." tup.rule("ps2mouse.asm", "fasm %f %o " .. tup.getconfig("PESTRIP_CMD") .. tup.getconfig("KPACK_CMD"), "%B.sys")