29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From e7ca8b1768f3b22c8a32c5f2456fce56b8027312 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org>
|
|
Date: Wed, 14 Aug 2024 15:13:37 +0200
|
|
Subject: [PATCH] s3-script: install script under DATADIR/scripts as manpage
|
|
implies
|
|
|
|
Guenther
|
|
|
|
Signed-off-by: Guenther Deschner <gd@samba.org>
|
|
---
|
|
source3/script/wscript_build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/source3/script/wscript_build b/source3/script/wscript_build
|
|
index 2b0643b0876..0a4a97ecc11 100644
|
|
--- a/source3/script/wscript_build
|
|
+++ b/source3/script/wscript_build
|
|
@@ -6,7 +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)
|
|
+bld.INSTALL_FILES('${DATADIR}/scripts', 'winbind_ctdb_updatekeytab.sh', chmod=MODE_755, flat=True)
|
|
|
|
# Callout scripts for use in selftest environment
|
|
bld.SAMBA_SCRIPT('smbaddshare', pattern='smbaddshare', installdir='.')
|
|
--
|
|
2.46.0
|
|
|