summaryrefslogtreecommitdiff
path: root/package/iw/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:22:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-04 23:22:23 +0100
commit49af3d669f8345ef3ca3e1e14cdd4030cbbbb6e0 (patch)
tree1f8f5b4cdb4265e5428a2a77f2762706ae1247ca /package/iw/patches/patch-Makefile
parente6d7923746537504a5e19b5c9aa050a1836048b6 (diff)
parent26d8c7c5138770572fc92bea028d9a8a067fe3c9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iw/patches/patch-Makefile')
-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