diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-10-08 16:52:10 +0200 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2019-10-10 01:53:09 +0200 |
commit | 4f10b80786e8baa1399b6de6111d5b3a16bf99ba (patch) | |
tree | 5b252b5af99d44bfb1f3e606ab90c04280c11e24 /test/meson.build | |
parent | Rename udev's rules/ to rules.d/ (diff) | |
download | systemd-4f10b80786e8baa1399b6de6111d5b3a16bf99ba.tar.xz systemd-4f10b80786e8baa1399b6de6111d5b3a16bf99ba.zip |
Rename udev's hwdb/ to hwdb.d/
As in the parent commit, this makes the name consistent with the
rest of the source tree and the actuall installation path.
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build index 36d9df729c..24ab4d1dee 100644 --- a/test/meson.build +++ b/test/meson.build @@ -26,7 +26,7 @@ test_data_files = ''' h.service hello-after-sleep.target hello.service - hwdb/10-bad.hwdb + hwdb.d/10-bad.hwdb i.service journal-data/journal-1.txt journal-data/journal-2.txt |