Bastian Bittorf schrieb:
The data.tar.gz in the archive is not build correct. All file-paths must be relative, not absolute:
./usr/sbin/batmand-adv (at the moment) usr/sbin/batmand-adv (correct)
with or without leading "./" - its always the same _relative_ path, i think...
root@tetzlav-uplink:~# touch test-without root@tetzlav-uplink:~# touch ./test-with root@tetzlav-uplink:~# ls -l test* -rw-r--r-- 1 root root 0 Mar 13 15:16 test-with -rw-r--r-- 1 root root 0 Mar 13 15:16 test-without
Regards tetzlav