diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,16 +6,16 @@ DOCDIR = $(SHAREDIR)/doc/$(NAME) -all: public src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped +all: public src/keys/SSH/root@euandre.org.id_rsa.pub.stripped packages system: ALWAYS \ - src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped + src/keys/SSH/root@euandre.org.id_rsa.pub.stripped rm -f $@ guix build -r $@ -v3 -f src/guix/$@.scm -src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \ - src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt +src/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \ + src/keys/SSH/root@euandre.org.id_rsa.pub.txt cut -d' ' -f8- < $(@D)/`basename $(@F) .stripped`.txt > $@ install: all @@ -105,7 +105,7 @@ upload-secrets: $(prod-secrets.txt) ## Generate the ".ssh/authorized_keys" file and upload ## it to rsync.net. upload-keys: - cat src/infrastructure/keys/SSH/*.txt | ssh suyin dd of=.ssh/authorized_keys + cat src/keys/SSH/*.txt | ssh suyin dd of=.ssh/authorized_keys ALWAYS: |