Fix apply template for system install

master3.3 3.1.5
Mike Hiretsky 12 years ago
parent 947a08d456
commit ba9180959c

@ -5187,7 +5187,8 @@ gettext -d cl_template "$*"
pathOldFile = pathJoin(path,os.path.split(nameFileConfig)[1])
pathOrigFile = pathOldFile
if not self.userProfile and \
not self.objVar.Get('cl_ebuild_phase') == 'compile':
not self.objVar.Get('cl_ebuild_phase') == 'compile' and \
self.objVar.Get('cl_action') != 'system':
pathOldFile = self.fixNameFileConfig(pathOldFile)
pathOldFile = self.checkOnNewConfigName(pathOldFile)
applyFiles = [pathOldFile]

Loading…
Cancel
Save