i18n: fixes for scons datafiles installation pathes
This commit is contained in:
@@ -531,12 +531,12 @@ if env['OURPLATFORM']!='darwin':
|
|||||||
|
|
||||||
if 'locale' in dp or 'fonts' in dp:
|
if 'locale' in dp or 'fonts' in dp:
|
||||||
datafileslist.append(os.path.join(dp,f))
|
datafileslist.append(os.path.join(dp,f))
|
||||||
dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['datafiles'] + dp.split(os.sep)[1:])) # skip bin
|
dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['datafiles'] + dp.split(os.sep)[3:])) # skip bin
|
||||||
datafilestargetlist.append(dir + os.sep + f)
|
datafilestargetlist.append(dir + os.sep + f)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
dotblendlist.append(os.path.join(dp, f))
|
dotblendlist.append(os.path.join(dp, f))
|
||||||
dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['config'] + dp.split(os.sep)[1:])) # skip bin
|
dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['config'] + dp.split(os.sep)[3:])) # skip bin
|
||||||
dottargetlist.append(dir + os.sep + f)
|
dottargetlist.append(dir + os.sep + f)
|
||||||
|
|
||||||
dotblenderinstall = []
|
dotblenderinstall = []
|
||||||
|
Reference in New Issue
Block a user