diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-26 13:44:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-26 13:44:38 +0200 |
commit | fdf666bc76658de964bf9fcf61b218d7bdd4b4f7 (patch) | |
tree | df7a7f252003b38f064e5f8edcadb040cc2df4c3 /test/hwdb-test.sh | |
parent | b7191b2a9b55cf88842a71cfc294327666ad098a (diff) | |
download | systemd-fdf666bc76658de964bf9fcf61b218d7bdd4b4f7.tar.gz |
meson: hook up hwdb-test.sh again
The motivation for the ./systemd-hwdb is the same as in the grandparent
for systemd-sysv-generator.
Diffstat (limited to 'test/hwdb-test.sh')
-rwxr-xr-x | test/hwdb-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hwdb-test.sh b/test/hwdb-test.sh index 5373930df4..2221c0d7fd 100755 --- a/test/hwdb-test.sh +++ b/test/hwdb-test.sh @@ -21,7 +21,7 @@ set -e ROOTDIR=$(dirname $(dirname $(readlink -f $0))) -SYSTEMD_HWDB=${builddir:-.}/systemd-hwdb +SYSTEMD_HWDB=./systemd-hwdb if [ ! -x "$SYSTEMD_HWDB" ]; then echo "$SYSTEMD_HWDB does not exist, please build first" |