aboutsummaryrefslogtreecommitdiff
path: root/extra/iw/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-12 00:20:48 +0300
committerCem Keylan <cem@ckyln.com>2020-01-12 00:20:48 +0300
commit3d392d148bc9242454d7c5151414ca233dca8581 (patch)
tree166b64cdf76647f7c0b20fb4b1318283d28d994c /extra/iw/build
parentfec6d99b1ff16da87bd1ba8af1d9cf35c79680a7 (diff)
downloadrepository-3d392d148bc9242454d7c5151414ca233dca8581.tar.gz
iw: add 5.4 to extra
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