aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/backend/backends.py')
-rw-r--r--mesonbuild/backend/backends.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py
index ba342a1..8af8285 100644
--- a/mesonbuild/backend/backends.py
+++ b/mesonbuild/backend/backends.py
@@ -1542,6 +1542,8 @@ class Backend:
return 'i18n'
elif 'installed-tests' in dest_path.parts:
return 'tests'
+ elif 'systemtap' in dest_path.parts:
+ return 'systemtap'
mlog.debug('Failed to guess install tag for', dest_path)
return None