summaryrefslogtreecommitdiff
path: root/source3/script/findsmb.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-06-07 13:49:39 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-06-09 19:10:15 +0200
commit6ef0a6416228dc37f24d7554b386d6ded9337c0b (patch)
tree5735042f8527ac9afb468a3900df3fa537c2cbad /source3/script/findsmb.in
parent0ae1bbf9b8dbbb70d7c07fdc62628a19ff319392 (diff)
downloadsamba-6ef0a6416228dc37f24d7554b386d6ded9337c0b.tar.gz
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 <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Jun 9 19:10:15 CEST 2016 on sn-devel-144
Diffstat (limited to 'source3/script/findsmb.in')
-rwxr-xr-xsource3/script/findsmb.in2
1 files changed, 1 insertions, 1 deletions
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;