diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:54:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:54:44 +0300 |
commit | 5b43d2b331f0425dcfe9e008e6d695330052247b (patch) | |
tree | 53b7cf8dd116ff9183600649d9a2860a3e775be8 /extra/iw/build | |
parent | 5cf1a671cbd6adcc7a9792a3f4ffde83fc34d684 (diff) | |
download | repository-5b43d2b331f0425dcfe9e008e6d695330052247b.tar.gz |
iw: get rid of sbin
Diffstat (limited to 'extra/iw/build')
-rwxr-xr-x | extra/iw/build | 3 |
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 |