about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 16:01:06 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 16:01:06 +0200
commitd2d687478d055fa0acf2a6452cac324cc6bb54fb (patch)
tree3df33f515b20d38d0dc3fecdee89873603215a84 /Makefile
parentd453a5ac58e7e197e22a73ab9fc7ed24c213e383 (diff)
downloadmblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.gz
mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.xz
mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.zip
rename mcomp -> mcom, mrepl -> mrep
mcomp is in mtools already.

mfwd will be added in the future.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8004ca8..c1609c3 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BINDIR=$(PREFIX)/bin
 MANDIR=$(PREFIX)/share/man
 
 ALL = maddr magrep mdate mdeliver mdirs mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
-SCRIPT = mcolor mcomp mless mquote
+SCRIPT = mcolor mcom mless mquote
 
 all: $(ALL)
 
@@ -40,7 +40,7 @@ install: FRC all
 	install -m0755 $(ALL) $(SCRIPT) $(DESTDIR)$(BINDIR)
 	ln -sf mless $(DESTDIR)$(BINDIR)/mnext
 	ln -sf mless $(DESTDIR)$(BINDIR)/mprev
-	ln -sf mrepl $(DESTDIR)$(BINDIR)/mcomp
+	ln -sf mrep $(DESTDIR)$(BINDIR)/mcom
 	install -m0644 man/*.[0-9] $(DESTDIR)$(MANDIR)/man1
 
 FRC: