From 6ef0a6416228dc37f24d7554b386d6ded9337c0b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 7 Jun 2016 13:49:39 +0200 Subject: s3-script: Install the findsmb script When we transitioned from autotools to waf we dropped installing the findsmb script. However we create and install the manpage for it so install it in the system again. Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Jun 9 19:10:15 CEST 2016 on sn-devel-144 --- source3/script/findsmb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/findsmb.in') diff --git a/source3/script/findsmb.in b/source3/script/findsmb.in index 546cf8ce7b4..46cda841e37 100755 --- a/source3/script/findsmb.in +++ b/source3/script/findsmb.in @@ -20,7 +20,7 @@ # -r add -r option to nmblookup when finding netbios name # -$SAMBABIN = "@prefix@/bin"; +$SAMBABIN = "@BINDIR@"; for ($i = 0; $i < 2; $i++) { # test for -d and -r options $_ = shift; -- cgit v1.2.1