diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-21 08:33:50 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-07-04 12:12:27 +0200 |
commit | a1b52e2b53f20e39894e5e80e7fc08c1950d9224 (patch) | |
tree | 1942a65d8828a7ed4227b4b8044ed461bc4f652d /tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch | |
parent | 39a229ed4b76434df5178cd73401918dec275653 (diff) | |
download | upstream-a1b52e2b53f20e39894e5e80e7fc08c1950d9224.tar.gz upstream-a1b52e2b53f20e39894e5e80e7fc08c1950d9224.tar.bz2 upstream-a1b52e2b53f20e39894e5e80e7fc08c1950d9224.zip |
dosfstools: update to v4.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch')
-rw-r--r-- | tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch | 30 |
1 files changed, 0 insertions, 30 deletions
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 deleted file mode 100644 index 9eb8cc6cf8..0000000000 --- a/tools/dosfstools/patches/0007-Makefile-fix-typo-in-uninstall-man.patch +++ /dev/null @@ -1,30 +0,0 @@ -From fb6aea6f5547d59b6e8c287ad8e61854af5a34b0 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com> -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 <noltari@gmail.com> -Signed-off-by: Andreas Bombe <aeb@debian.org> ---- - 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 - |