From ed391186250aea6f9e74d80c064d3810971368ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Mon, 12 Aug 2024 10:44:19 +0200 Subject: [PATCH] s3:script: Install winbind_ctdb_updatekeytab.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=15689 Signed-off-by: Pavel Filipenský Reviewed-by: Stefan Metzmacher (cherry picked from commit 9f0183a9f55e52b09c6ae9f6c8badad6ba85bb64) --- source3/script/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/script/wscript_build b/source3/script/wscript_build index 66acf1cfe9e..2b0643b0876 100644 --- a/source3/script/wscript_build +++ b/source3/script/wscript_build @@ -6,6 +6,7 @@ bld.INSTALL_FILES('${BINDIR}', 'smbtar', chmod=MODE_755, flat=True) bld.INSTALL_FILES('${BINDIR}', 'samba-log-parser', chmod=MODE_755, flat=True) +bld.INSTALL_FILES('${DATADIR}', 'winbind_ctdb_updatekeytab.sh', chmod=MODE_755, flat=True) # Callout scripts for use in selftest environment bld.SAMBA_SCRIPT('smbaddshare', pattern='smbaddshare', installdir='.')