mirror of https://github.com/tildeclub/welcome.git
added /etc/editors file
This commit is contained in:
parent
7e7ab3aaa1
commit
98048cbace
1
Makefile
1
Makefile
|
@ -3,5 +3,6 @@ PREFIX ?= /usr/local
|
||||||
install:
|
install:
|
||||||
$(info installing welcome to $(PREFIX))
|
$(info installing welcome to $(PREFIX))
|
||||||
@install -m 755 welcome.rb $(PREFIX)/bin/firstlogin
|
@install -m 755 welcome.rb $(PREFIX)/bin/firstlogin
|
||||||
|
@install -m 644 editors /etc/editors
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
|
Loading…
Reference in New Issue