mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
localize: try to fix different path to iso tab
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
installdir = $(datadir)/iso-codes
|
installdir = $(DATADIR)/iso-codes
|
||||||
|
|
||||||
install_DATA = \
|
install_DATA = \
|
||||||
iso-639.tab
|
iso-639.tab
|
||||||
|
@@ -48,8 +48,10 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#define ISO_639_TAB DATADIR "/iso-codes/iso-639.tab"
|
||||||
//static const char * iso639filename = "/usr/share/iso-codes/iso-639.tab";
|
//static const char * iso639filename = "/usr/share/iso-codes/iso-639.tab";
|
||||||
static const char * iso639filename = "/share/iso-codes/iso-639.tab";
|
//static const char * iso639filename = "/share/iso-codes/iso-639.tab";
|
||||||
|
static const char * iso639filename = ISO_639_TAB;
|
||||||
|
|
||||||
#define DEFAULT_LOCALE "english"
|
#define DEFAULT_LOCALE "english"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user