FreeBSD 2/X Fix path for dtv-scan-tables
This commit is contained in:
parent
156b24a00f
commit
1af984c668
1 changed files with 2 additions and 0 deletions
|
@ -459,6 +459,8 @@ scanfile_init ( void )
|
|||
if (!path || !*path)
|
||||
#if ENABLE_DVBSCAN
|
||||
path = "data/dvb-scan";
|
||||
#elif defined(PLATFORM_FREEBSD)
|
||||
path = "/usr/local/share/dtv-scan-tables";
|
||||
#else
|
||||
path = "/usr/share/dvb";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue