aboutsummaryrefslogtreecommitdiff
path: root/extra/iw
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-29 14:54:44 +0300
committerCem Keylan <cem@ckyln.com>2020-03-29 14:54:44 +0300
commit5b43d2b331f0425dcfe9e008e6d695330052247b (patch)
tree53b7cf8dd116ff9183600649d9a2860a3e775be8 /extra/iw
parent5cf1a671cbd6adcc7a9792a3f4ffde83fc34d684 (diff)
downloadrepository-5b43d2b331f0425dcfe9e008e6d695330052247b.tar.gz
iw: get rid of sbin
Diffstat (limited to 'extra/iw')
-rwxr-xr-xextra/iw/build3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/iw/build b/extra/iw/build
index 194a513f..369ee9b8 100755
--- a/extra/iw/build
+++ b/extra/iw/build
@@ -1,7 +1,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" install
+make DESTDIR="$1" PREFIX="/usr" SBINDIR="/usr/bin" install