summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-01 13:01:54 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-01 13:01:54 -0500
commitc38cc2f3da3cda74903cfe32bdf3a7c8844a200a (patch)
tree4c0969dbf7a4e45d5c3d49dc24869006ad53b1cb /Makefile
parenteffa77b40ae524302c80303e4cae0ad65b2213db (diff)
downloadconf-c38cc2f3da3cda74903cfe32bdf3a7c8844a200a.tar.gz
conf-c38cc2f3da3cda74903cfe32bdf3a7c8844a200a.zip
make .ssh/authorized_keys use the same install format as everything else
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 377360d..a85b16a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ INSTALL = abcde.conf \
procmail \
re.pl \
services \
+ ssh \
taeb \
terminfo \
themes \
@@ -50,14 +51,12 @@ RM = @rm -f
build : $(BUILD)
install : build $(INSTALLED) /var/spool/cron/$(USER)
- $(MKDIR) $(INTO)/.ssh
- $(LN) $(PWD)/authorized_keys $(INTO)/.ssh/
@crontab crontab
$(ECHO) Installed into $(HOME)
clean :
$(ECHO) Cleaning from $(HOME)
- $(RM) $(BUILD) $(INSTALLED) $(INTO)/.ssh/authorized_keys
+ $(RM) $(BUILD) $(INSTALLED)
@crontab -d
$(INTO)/.% : %