From 83147370f8c4943eba20bb7722ebf2ed96a6f924 Mon Sep 17 00:00:00 2001 From: Peter Vicman Date: Thu, 28 Apr 2016 12:01:15 +0200 Subject: [PATCH] mtools: removes installing of floppyd, manual and info should fix occasional mtools installation problems few of us had --- .../mtools/patches/mtools-05-fix-install.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/tools/mtools/patches/mtools-05-fix-install.patch diff --git a/packages/tools/mtools/patches/mtools-05-fix-install.patch b/packages/tools/mtools/patches/mtools-05-fix-install.patch new file mode 100644 index 0000000000..962d886433 --- /dev/null +++ b/packages/tools/mtools/patches/mtools-05-fix-install.patch @@ -0,0 +1,16 @@ +removes installing of floppyd, manuals and info +should fix occasional mtools installation problems few of us had + +--- a/Makefile.in 2010-10-17 17:41:09.000000000 +0200 ++++ b/Makefile.in 2016-04-28 11:42:28.015052786 +0200 +@@ -236,8 +236,8 @@ + uninstall-info: + cd $(DESTDIR)$(infodir) && rm -f mtools.info* + +-install: $(DESTDIR)$(bindir)/mtools @BINFLOPPYD@ install-man install-links \ +- $(DESTDIR)$(bindir)/mkmanifest install-scripts install-info ++install: $(DESTDIR)$(bindir)/mtools install-links \ ++ $(DESTDIR)$(bindir)/mkmanifest install-scripts + + uninstall: uninstall-bin uninstall-man uninstall-links \ + uninstall-scripts