mirror of
https://github.com/tildeclub/welcome.git
synced 2026-01-24 01:20:18 +00:00
added /etc/editors file
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user