diff options
author | tv <tv@xso> | 2011-08-31 23:50:23 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-08-31 23:50:23 +0200 |
commit | 2c112849f29620db6824bc9ad2762e52d857d079 (patch) | |
tree | ba793c2fab1b7cfc45cb8413ab9bbf2175617cb9 /retiolum/Makefile | |
parent | 40474badc13adff28f34424b860500c45871f781 (diff) | |
parent | d88d17941f4b2f249747fd90ac5c40349d8f2392 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/Makefile')
-rw-r--r-- | retiolum/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index 407d8c60..c80a6faa 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -8,9 +8,10 @@ links: for x in $(EXES); do ln -vsnf ../retiolum/bin/$$x ../bin; done hosts: - bin/update-retiolum-hosts + bin/update-retiolum-hosts || true install: update + @#punani -Ei tinc python @# will not run automatically scripts/tinc_setup/install.sh scripts/autostart/create-startup.sh @@ -18,10 +19,10 @@ install: update update: hosts @echo creating Magic bin/update_tinc_hosts "create magic" || true - @echo adding hosts + @echo adding hosts bin/update_tinc_hosts restart arch-install: update install arch-autostart autohosts arch-autostart: - make -C scripts/autostart arch + make -C scripts/autostart arch || true |