From 214ced7c47ba8ce498aaf042e89232bf75953f33 Mon Sep 17 00:00:00 2001 From: "A.Y. Siu" Date: Wed, 20 Jan 2016 10:19:06 -0800 Subject: [PATCH] Adjust kext path for El Capitan --- Installer/Scripts/Common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Scripts/Common.sh b/Installer/Scripts/Common.sh index 7c95906..47ae5ce 100755 --- a/Installer/Scripts/Common.sh +++ b/Installer/Scripts/Common.sh @@ -3,7 +3,7 @@ COMMON_DEFINED=yes KEXT_ID=com.protech.NoSleep -KEXT_PATH=/System/Library/Extensions/NoSleep.kext +KEXT_PATH=/Library/Extensions/NoSleep.kext PERF_PATH=/Library/PreferencePanes/NoSleep.prefPane HELPER_PATH=/Applications/Utilities/NoSleep.app LAUNCH_DAEMON_PATH=/Library/LaunchAgents/$KEXT_ID.plist