diff options
author | makefu <github@syntax-fehler.de> | 2011-08-12 22:14:37 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-08-12 22:14:37 +0200 |
commit | 7dd2e8a2a48cca041e0afac5b12cd4a45d0a907f (patch) | |
tree | a47b5c5199d1b44adf1363cad61bbf03aa35b0cb | |
parent | 2ff347ad818e833b5ede5e0e5fc62dd9a9491241 (diff) |
retiolum/Makefile: fix obsolete autohosts
-rw-r--r-- | retiolum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index b3ee3f9b..e58e2ece 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -17,7 +17,7 @@ hosts/: cp -r hosts/* $(RETIOLUM_HOSTS)/ -install: autohosts +install: update @# will not run automatically scripts/tinc_setup/install.sh |