ipq806x: enable ath10k firmware for 988x, 99x0 and 9984 by default
[openwrt/staging/yousong.git] / tools / dosfstools / patches / 0007-Makefile-fix-typo-in-uninstall-man.patch
1 From fb6aea6f5547d59b6e8c287ad8e61854af5a34b0 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
3 Date: Thu, 26 Feb 2015 12:50:57 +0100
4 Subject: [PATCH 07/14] Makefile: fix typo in uninstall-man
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 Signed-off-by: Andreas Bombe <aeb@debian.org>
11 ---
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index 3cbdb76..d25510f 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -127,7 +127,7 @@ uninstall-man:
20 for MANPAGE in manpages/en/*; \
21 do \
22 SECTION="8"; \
23 - rm -f $(DESTDIR)/$(MANDIR}/man$${SECTION}/$$(basename $${MANPAGE} .en.$${SECTION}).$${SECTION}; \
24 + rm -f $(DESTDIR)/$(MANDIR)/man$${SECTION}/$$(basename $${MANPAGE} .en.$${SECTION}).$${SECTION}; \
25 done
26
27 for LANGUAGE in $(LANGUAGES); \
28 --
29 1.9.1
30