diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
commit | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch) | |
tree | 70e2d421684317208dc94db354551aca749b3328 /package/iw/patches | |
parent | a8259a651484f6dd5051a20e64f43ae27fc04613 (diff) | |
parent | 6d7a7f4776711758cf5b59028378f01cd8eba493 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iw/patches')
-rw-r--r-- | package/iw/patches/patch-Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/iw/patches/patch-Makefile b/package/iw/patches/patch-Makefile new file mode 100644 index 000000000..32ef25f93 --- /dev/null +++ b/package/iw/patches/patch-Makefile @@ -0,0 +1,15 @@ +--- iw-0.9.14.orig/Makefile 2009-05-13 00:10:08.000000000 +0200 ++++ iw-0.9.14/Makefile 2009-06-13 09:45:08.000000000 +0200 +@@ -81,10 +81,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) + @$(NQ) ' INST iw.8' + $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/ +- $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ iw.8.gz ++ $(Q)$(INSTALL) -m 644 iw.8.gz $(DESTDIR)$(MANDIR)/man8/ + + clean: + $(Q)rm -f iw *.o *~ *.gz version.c *-stamp |