Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mtools: removes installing of floppyd, manual and info should fix occ…
…asional mtools installation problems few of us had
  • Loading branch information
Peter Vicman authored and sraue committed Apr 29, 2016
1 parent 0b34b68 commit eb1ebec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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

0 comments on commit eb1ebec

Please sign in to comment.