diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/findsmb.in (renamed from source3/script/findsmb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/findsmb b/source3/script/findsmb.in index 04bc608050..d2aa94591b 100755 --- a/source3/script/findsmb +++ b/source3/script/findsmb.in @@ -15,7 +15,7 @@ # that workgroup. # -$SAMBABIN = "/usr/bin"; +$SAMBABIN = "@prefix@/bin"; for ($i = 0; $i < 2; $i++) { # test for -d option and broadcast address $_ = shift; |