summaryrefslogtreecommitdiff
path: root/package/iw/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:18:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:18:53 +0100
commit26d8c7c5138770572fc92bea028d9a8a067fe3c9 (patch)
tree4c9b66ced955645ec62e35d2b98cd593ff19e192 /package/iw/patches
parent3f23dcd7a5f06f8cdda0ee8b1492cfd0b6c1413f (diff)
update ethtool and iw
Diffstat (limited to 'package/iw/patches')
-rw-r--r--package/iw/patches/patch-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/iw/patches/patch-Makefile b/package/iw/patches/patch-Makefile
index ec12e1d38..4c95aee80 100644
--- a/package/iw/patches/patch-Makefile
+++ b/package/iw/patches/patch-Makefile
@@ -1,11 +1,11 @@
---- iw-0.9.17.orig/Makefile 2009-08-26 11:41:41.000000000 +0200
-+++ iw-0.9.17/Makefile 2009-11-20 23:10:19.000000000 +0100
+--- iw-0.9.18.orig/Makefile 2009-11-20 17:35:56.000000000 +0100
++++ iw-0.9.18/Makefile 2010-01-04 23:00:34.031210816 +0100
@@ -86,10 +86,10 @@ check:
install: iw iw.8.gz
@$(NQ) ' INST iw'
- $(Q)$(MKDIR) $(DESTDIR)$(BINDIR)
-- $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(BINDIR) iw
-+ $(Q)$(INSTALL) -m 755 iw $(DESTDIR)$(BINDIR)
+ $(Q)$(MKDIR) $(DESTDIR)$(SBINDIR)
+- $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) iw
++ $(Q)$(INSTALL) -m 755 iw $(DESTDIR)$(SBINDIR)
@$(NQ) ' INST iw.8'
$(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/
- $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ iw.8.gz