From 3d392d148bc9242454d7c5151414ca233dca8581 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 12 Jan 2020 00:20:48 +0300 Subject: iw: add 5.4 to extra --- extra/iw/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/iw/build (limited to 'extra/iw/build') 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 -- cgit v1.2.3