summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-01-19 14:51:44 +0100
committerBenjamin Berg <bberg@redhat.com>2021-01-19 15:05:27 +0100
commit84171ba17926c43b1aaabbcead8327824606cbf2 (patch)
tree3d92fdf3353cd35a271ee16d89a17163a9e38780 /tools
parentbf108eb9429496c4f1d8b30139136f95687307f1 (diff)
downloadsystemd-84171ba17926c43b1aaabbcead8327824606cbf2.tar.gz
tools: Pass source directory to autosuspend-update.sh
This makes sense so that we can extend the script to also update other files.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/autosuspend-update.sh2
1 files changed, 1 insertions, 1 deletions
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