fix for previous mistake in tupfile

git-svn-id: svn://kolibrios.org@7011 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
0CodErr 2017-09-26 14:20:54 +00:00
parent cc83beb4ea
commit 410ae12073

View File

@ -89,7 +89,7 @@ if build_type == "rus" then tup.append_table(img_files, {
}) elseif build_type == "sp" then tup.append_table(img_files, {
{"RUN", "sp/RUN"},
}) elseif build_type == "it" then tup.append_table(img_files, {
{"RUN", "rus/RUN"},
{"RUN", "it/RUN"},
{"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey_it.ini"},
}) else tup.append_table(img_files, {
{"File Managers/KFM_KEYS.TXT", PROGS .. "/fs/kfm/trunk/docs/english/kfm_keys.txt"},