aboutsummaryrefslogtreecommitdiff
path: root/extra/iw
diff options
context:
space:
mode:
Diffstat (limited to 'extra/iw')
-rwxr-xr-xextra/iw/build3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/iw/build b/extra/iw/build
index 194a513f..369ee9b8 100755
--- a/extra/iw/build
+++ b/extra/iw/build
@@ -1,7 +1,6 @@
#!/bin/sh -e
-
# iw manpage is extremely small,
# we don't need to compress it.
sed 's@\(iw\.8\)\.gz@\1@' -i Makefile
-make DESTDIR="$1" PREFIX="/usr" install
+make DESTDIR="$1" PREFIX="/usr" SBINDIR="/usr/bin" install