From 5f179736f06092fd2a37421768d05a0d4dd5fe12 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 22 Mar 2015 10:58:04 +0000 Subject: dosfstools: switch back to release tarballs, update patches to the latest sent upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes non applying patches on buildbots. Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44936 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../0007-Makefile-fix-typo-in-uninstall-man.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch (limited to 'tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch') diff --git a/tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch b/tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch new file mode 100644 index 0000000000..9eb8cc6cf8 --- /dev/null +++ b/tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch @@ -0,0 +1,30 @@ +From fb6aea6f5547d59b6e8c287ad8e61854af5a34b0 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= +Date: Thu, 26 Feb 2015 12:50:57 +0100 +Subject: [PATCH 07/14] Makefile: fix typo in uninstall-man +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Álvaro Fernández Rojas +Signed-off-by: Andreas Bombe +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 3cbdb76..d25510f 100644 +--- a/Makefile ++++ b/Makefile +@@ -127,7 +127,7 @@ uninstall-man: + for MANPAGE in manpages/en/*; \ + do \ + SECTION="8"; \ +- rm -f $(DESTDIR)/$(MANDIR}/man$${SECTION}/$$(basename $${MANPAGE} .en.$${SECTION}).$${SECTION}; \ ++ rm -f $(DESTDIR)/$(MANDIR)/man$${SECTION}/$$(basename $${MANPAGE} .en.$${SECTION}).$${SECTION}; \ + done + + for LANGUAGE in $(LANGUAGES); \ +-- +1.9.1 + -- cgit v1.2.3