summaryrefslogblamecommitdiff
path: root/misc/mc/files/patch-af
blob: 61246149b5cbe3329e9acc67fff4fc361b9cb99f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                              
--- Makefile.in.orig	Sun Sep 21 23:32:12 1997
+++ Makefile.in	Sun Sep 21 23:32:22 1997
@@ -39,7 +39,7 @@
 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
+	$(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)"