From 84171ba17926c43b1aaabbcead8327824606cbf2 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 19 Jan 2021 14:51:44 +0100 Subject: tools: Pass source directory to autosuspend-update.sh This makes sense so that we can extend the script to also update other files. --- tools/autosuspend-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/autosuspend-update.sh b/tools/autosuspend-update.sh index 0e93eab720..ce945f84f6 100755 --- a/tools/autosuspend-update.sh +++ b/tools/autosuspend-update.sh @@ -4,4 +4,4 @@ set -eu cd "$1" (curl --fail -L 'https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py?format=TEXT'; echo) \ - | base64 -d > gen_autosuspend_rules.py + | base64 -d > tools/chromiumos/gen_autosuspend_rules.py \ No newline at end of file -- cgit v1.2.1