mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- addition to 668b65aa89d2fbe50cf8bb35545183661393981e
Signed-off-by: Thilo Graf <dbt@novatux.de> commit was: - arm-hardware: set default osd resolution to 1080 9f5a661336569dec4b564cfb82926af00c5d640e
This commit is contained in:
@@ -109,6 +109,7 @@ install-data-hook:
|
||||
sed -i \
|
||||
-e 's|%(CONFIGDIR)|$(CONFIGDIR)|g' \
|
||||
-e 's|%(DATADIR)|$(DATADIR)|g' \
|
||||
-e 's|%(DATADIR_VAR)|$(DATADIR_VAR)|g' \
|
||||
-e 's|%(CONTROLDIR)|$(CONTROLDIR)|g' \
|
||||
-e 's|%(CONTROLDIR_VAR)|$(CONTROLDIR_VAR)|g' \
|
||||
-e 's|%(FONTDIR)|$(FONTDIR)|g' \
|
||||
|
@@ -456,6 +456,7 @@ std::string CyParser::YWeb_cgi_cmd(CyhookHandler *hh, std::string ycmd) {
|
||||
else if (ycmd_type == "define-get") {
|
||||
if (ycmd_name.compare("CONFIGDIR")) yresult = CONFIGDIR;
|
||||
else if (ycmd_name.compare("DATADIR")) yresult = DATADIR;
|
||||
else if (ycmd_name.compare("DATADIR_VAR")) yresult = DATADIR_VAR;
|
||||
else if (ycmd_name.compare("CONTROLDIR")) yresult = CONTROLDIR;
|
||||
else if (ycmd_name.compare("CONTROLDIR_VAR")) yresult = CONTROLDIR_VAR;
|
||||
else if (ycmd_name.compare("FONTDIR")) yresult = FONTDIR;
|
||||
|
Reference in New Issue
Block a user