]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:script: Install winbind_ctdb_updatekeytab.sh
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 12 Aug 2024 08:44:19 +0000 (10:44 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Aug 2024 14:10:37 +0000 (14:10 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15689

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/script/wscript_build

index 66acf1cfe9e10a204a29662a3676ee14bf9a27e5..2b0643b0876d5e49ea907ae34c7712e31e81c872 100644 (file)
@@ -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='.')