From e87085400d4a46793ee4f21ea8591c0f65813ba6 Mon Sep 17 00:00:00 2001 From: spv Date: Mon, 22 Sep 2025 20:52:37 -0400 Subject: fix magisk module --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78e2551..127391b 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,9 @@ kill: all adb shell -x pkill kblightd bin/kblightd_magisk.zip: bin bin/kblightd src/service.sh res/module.prop - mkdir -p bin/magisk + mkdir -p bin/magisk/system/bin - cp -p bin/kblightd bin/magisk/ + cp -p bin/kblightd bin/magisk/system/bin cp -p src/service.sh bin/magisk cp -p res/module.prop bin/magisk -- cgit v1.2.3