summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-18 08:13:35 +0100
committerThomas Haller <thaller@redhat.com>2021-02-24 12:48:19 +0100
commit4d12a6ac3dd48c606ff45a65bf0e8d2fd5655894 (patch)
tree55a925e255b8edc76421450113618ddb5a94300e /tools
parent174bd45344b8c1d6f41c2c5541dedbd7731ea485 (diff)
build: move "shared/nm-{base,udev-aux}" to "src/libnm-{base,udev-aux}"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check-tree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-tree.sh b/tools/check-tree.sh
index cc6c80ef23..f08a8da613 100755
--- a/tools/check-tree.sh
+++ b/tools/check-tree.sh
@@ -19,6 +19,6 @@ check_cmp() {
die "files \"$a\" and \"$b\" differ!"
}
-check_cmp shared/nm-base/nm-ethtool-utils-base.h libnm/nm-ethtool-utils.h
+check_cmp src/libnm-base/nm-ethtool-utils-base.h libnm/nm-ethtool-utils.h
check_cmp src/libnm-core-intern/nm-meta-setting-base-impl.h clients/common/nm-meta-setting-base-impl.h
check_cmp src/libnm-core-impl/nm-meta-setting-base-impl.c clients/common/nm-meta-setting-base-impl.c