Change name to lower case
This commit is contained in:
parent
154da89f0b
commit
674d14bffd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo Run \'make install\' to install MCA
|
@echo Run \'make install\' to install mca
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@install -m 0755 mca.sh -D $(DESTDIR)$(PREFIX)/bin/mca
|
@install -m 0755 mca.sh -D $(DESTDIR)$(PREFIX)/bin/mca
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue