[sys-auth/sssd] bump

This commit is contained in:
2022-11-06 04:08:07 +01:00
parent a03a78baca
commit 607f5b5692
3 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,27 @@
--- a/src/tools/analyzer/Makefile.am
+++ b/src/tools/analyzer/Makefile.am
@@ -1,11 +1,12 @@
sss_analyze_pythondir = $(libexecdir)/sssd
+pkgpythondir = $(python3dir)/sssd
+modulesdir = $(pkgpythondir)/modules
+if BUILD_PYTHON_BINDINGS
dist_sss_analyze_python_SCRIPTS = \
sss_analyze \
$(NULL)
-pkgpythondir = $(python3dir)/sssd
-
dist_pkgpython_DATA = \
__init__.py \
source_files.py \
@@ -15,8 +16,8 @@ dist_pkgpython_DATA = \
sss_analyze.py \
$(NULL)
-modulesdir = $(pkgpythondir)/modules
dist_modules_DATA = \
modules/__init__.py \
modules/request.py \
$(NULL)
+endif