aboutsummaryrefslogtreecommitdiff
path: root/extra/iw/build
blob: c3f0c0b341c3ad61f9a836d97d87d265773926c8 (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

# iw manpage is extremely small, 
# we don't need to compress it.
sed 's@\(iw\.8\)\.gz@\1@' Makefile > _
cat _ > Makefile; rm -f _
make DESTDIR="$1" PREFIX="/usr" SBINDIR="/usr/bin" install