mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
83147370f8
should fix occasional mtools installation problems few of us had
17 lines
634 B
Diff
17 lines
634 B
Diff
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
|