dump1090: Switch to MalcolmRobb's repo, add myself as maintainer, fix html files and add package configuration.

This commit is contained in:
Álvaro Fernández Rojas
2014-06-15 19:36:35 +02:00
parent ba76e1d57b
commit e128013289
3 changed files with 47 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/dump1090.h
+++ b/dump1090.h
@@ -178,7 +178,7 @@
#define MODES_NET_SNDBUF_MAX (7)
#ifndef HTMLPATH
-#define HTMLPATH "./public_html" // default path for gmap.html etc
+#define HTMLPATH "/usr/share/dump1090" // default path for gmap.html etc
#endif
#define MODES_NOTUSED(V) ((void) V)