summaryrefslogtreecommitdiff
path: root/sysutils/mc/patches/patch-af
blob: 8cda9a31311d6c5714f1ee5a17f1c8629f631295 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in.orig	Mon May 25 06:16:04 1998
+++ Makefile.in	Sun Oct  4 09:11:43 1998
@@ -43,7 +43,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)"