summaryrefslogtreecommitdiff
path: root/misc/mc/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mc/patches/patch-af')
-rw-r--r--misc/mc/patches/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/mc/patches/patch-af b/misc/mc/patches/patch-af
new file mode 100644
index 00000000000..7c077d4fa3b
--- /dev/null
+++ b/misc/mc/patches/patch-af
@@ -0,0 +1,19 @@
+*** Makefile.in.orig Tue Jun 24 01:26:06 1997
+--- Makefile.in Tue Jun 24 01:26:22 1997
+*************** config.h.in: configure.in acconfig.h
+*** 38,44 ****
+ install: installdirs @vcs@
+ @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
+ $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
+! $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
+ chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
+ @echo "Please verify that the configuration values are correctly"
+ @echo "set in the mc.ext file in $(libdir)"
+--- 38,44 ----
+ install: installdirs @vcs@
+ @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
+ $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
+! $(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
+ chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
+ @echo "Please verify that the configuration values are correctly"
+ @echo "set in the mc.ext file in $(libdir)"