diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-27 09:17:26 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-27 09:22:15 +0100 |
commit | 4095cff07e1db4c220ff150e77287b8f4f6bc3fe (patch) | |
tree | 1ed488d9c970c8ae1e5d6d73efd2a482af9c7cdc /hwdb.d/meson.build | |
parent | meson: rename target to update-man-rules (diff) | |
download | systemd-4095cff07e1db4c220ff150e77287b8f4f6bc3fe.tar.xz systemd-4095cff07e1db4c220ff150e77287b8f4f6bc3fe.zip |
meson: rename target to update-hwdb
The goal is to have all "update-*" targets named uniformly so that
tab-completion works. The script is renamed to match.
Diffstat (limited to 'hwdb.d/meson.build')
-rw-r--r-- | hwdb.d/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdb.d/meson.build b/hwdb.d/meson.build index 6a3456263a..edaa81b7bb 100644 --- a/hwdb.d/meson.build +++ b/hwdb.d/meson.build @@ -66,8 +66,8 @@ endif ############################################################ run_target( - 'hwdb-update', - command : [hwdb_update_sh, meson.current_source_dir()]) + 'update-hwdb', + command : [update_hwdb_sh, meson.current_source_dir()]) run_target( 'autosuspend-update', |