aboutsummaryrefslogtreecommitdiff
path: root/extra/iw/build
blob: 369ee9b81f2fd9c22c246bcd3d1888cd77fc6108 (plain)
1
2
3
4
5
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" SBINDIR="/usr/bin" install