0007-Makefile-fix-typo-in-uninstall-man.patch 952 B

123456789101112131415161718192021222324252627282930
  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. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  9. Signed-off-by: Andreas Bombe <aeb@debian.org>
  10. ---
  11. Makefile | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/Makefile b/Makefile
  14. index 3cbdb76..d25510f 100644
  15. --- a/Makefile
  16. +++ b/Makefile
  17. @@ -127,7 +127,7 @@ uninstall-man:
  18. for MANPAGE in manpages/en/*; \
  19. do \
  20. SECTION="8"; \
  21. - rm -f $(DESTDIR)/$(MANDIR}/man$${SECTION}/$$(basename $${MANPAGE} .en.$${SECTION}).$${SECTION}; \
  22. + rm -f $(DESTDIR)/$(MANDIR)/man$${SECTION}/$$(basename $${MANPAGE} .en.$${SECTION}).$${SECTION}; \
  23. done
  24. for LANGUAGE in $(LANGUAGES); \
  25. --
  26. 1.9.1