diff options
author | makefu <github@syntax-fehler.de> | 2011-10-11 15:15:00 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-10-11 15:43:07 +0200 |
commit | 1c1d0d95b3c64d045146a61f12d59183f4cf1cba (patch) | |
tree | 7f80e8fd8c4d8405f8257f8d543f962851a913e1 /retiolum | |
parent | 12567464be1c4ef6722da354592daf1db9662c2b (diff) |
punani: fix multi-match for packages like python
using the full path now in retiolum
using fallback for different ose
Diffstat (limited to 'retiolum')
-rw-r--r-- | retiolum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index c80a6faa..dd6d8409 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -11,7 +11,7 @@ hosts: bin/update-retiolum-hosts || true install: update - @#punani -Ei tinc python + punani -Eih tinc /usr/bin/python /usr/bin/python2 @# will not run automatically scripts/tinc_setup/install.sh scripts/autostart/create-startup.sh |