diff options
Diffstat (limited to 'testing/iw/iw-bb-install.patch')
-rw-r--r-- | testing/iw/iw-bb-install.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/iw/iw-bb-install.patch b/testing/iw/iw-bb-install.patch deleted file mode 100644 index b736dbf7c2..0000000000 --- a/testing/iw/iw-bb-install.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./Makefile.orig -+++ ./Makefile -@@ -86,10 +86,10 @@ - install: iw iw.8.gz - @$(NQ) ' INST iw' - $(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 -+ $(Q)$(INSTALL) -m 644 iw.8.gz $(DESTDIR)$(MANDIR)/man8/ - - clean: - $(Q)rm -f iw *.o *~ *.gz version.c *-stamp |