aboutsummaryrefslogtreecommitdiff
path: root/extra/iw/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/iw/build')
-rwxr-xr-xextra/iw/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/iw/build b/extra/iw/build
new file mode 100755
index 00000000..194a513f
--- /dev/null
+++ b/extra/iw/build
@@ -0,0 +1,7 @@
+#!/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