29 lines
892 B
Diff
29 lines
892 B
Diff
From 7f2c62dcdebb387b086df37c8dd38a6027d8b631 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org>
|
|
Date: Tue, 25 Aug 2020 10:37:18 +0200
|
|
Subject: [PATCH] lib/util: do not install /usr/bin/test_util
|
|
|
|
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14166
|
|
|
|
Guenther
|
|
|
|
Signed-off-by: Guenther Deschner <gd@samba.org>
|
|
---
|
|
lib/util/wscript_build | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
|
|
index 4ac0a9cc064..e04752cb130 100644
|
|
--- a/lib/util/wscript_build
|
|
+++ b/lib/util/wscript_build
|
|
@@ -291,4 +291,5 @@ else:
|
|
bld.SAMBA_BINARY('test_util',
|
|
source='tests/test_util.c',
|
|
deps='cmocka replace talloc samba-util',
|
|
- local_include=False)
|
|
+ local_include=False,
|
|
+ install=False)
|
|
--
|
|
2.26.2
|
|
|