[sys-auth/sssd] bump, fix patch

This commit is contained in:
2022-06-22 23:55:44 +02:00
parent eadad31d21
commit bd051caf10
3 changed files with 12 additions and 5 deletions

View File

@@ -1,14 +1,21 @@
--- a/src/tools/analyzer/Makefile.am
+++ b/src/tools/analyzer/Makefile.am
@@ -1,5 +1,7 @@
@@ -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)
@@ -15,8 +17,8 @@
-pkgpythondir = $(python3dir)/sssd
-
dist_pkgpython_DATA = \
__init__.py \
source_files.py \
@@ -15,8 +16,8 @@ dist_pkgpython_DATA = \
sss_analyze.py \
$(NULL)