mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-28 16:02:38 +00:00
12 lines
289 B
Diff
12 lines
289 B
Diff
--- a/examples/scripts/nmb/findsmb
|
|
+++ b/examples/scripts/nmb/findsmb
|
|
@@ -20,7 +20,7 @@
|
|
# -r add -r option to nmblookup when finding netbios name
|
|
#
|
|
|
|
-$SAMBABIN = "/usr/bin";
|
|
+$SAMBABIN = "@TERMUX_PREFIX@/bin";
|
|
|
|
for ($i = 0; $i < 2; $i++) { # test for -d and -r options
|
|
$_ = shift;
|