diff options
author | krebs <krebs@steve> | 2011-11-08 10:35:48 -1100 |
---|---|---|
committer | krebs <krebs@steve> | 2011-11-08 10:35:48 -1100 |
commit | 8bbc9e204c5e493c9a0fb65b58d345eaaf725047 (patch) | |
tree | e765ac65ab3e62f5bc933814ec12efe3f54fc0eb /retiolum/Makefile | |
parent | eee484fad2ab6fecfcf5a948a10126f668c868d1 (diff) |
//retiolum/Makefile: use relative punani
Diffstat (limited to 'retiolum/Makefile')
-rw-r--r-- | retiolum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index effdbfb8..a7fa500a 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -11,7 +11,7 @@ hosts: bin/update-retiolum-hosts || true install: update - punani -Eih tinc /usr/bin/python /usr/bin/python2 + ../punani/bin/punani -Eih tinc /usr/bin/python /usr/bin/python2 @# will not run automatically scripts/tinc_setup/install.sh scripts/autostart/create-startup.sh |