diff --git a/pym/cl_base.py b/pym/cl_base.py index d4ba492..1943847 100644 --- a/pym/cl_base.py +++ b/pym/cl_base.py @@ -966,7 +966,7 @@ http://distro.ibiblio.org/pub/linux/distributions/gentoo" return [profpath] def get_setup_path_profuser(self): - profpath = '/usr/calculate/profile/server' + profpath = '/var/calculate/profile/server' if os.path.exists(profpath): return [profpath] @@ -2130,12 +2130,12 @@ http://distro.ibiblio.org/pub/linux/distributions/gentoo" else: return "" - def get_setup_path_profuser(self): - ''' Определим профили установки или сборки''' - prof=fillVars.getProfileList('/usr/calculate/profile/install/', - self.Get) - if prof: - return prof + #def get_setup_path_profuser(self): + #''' Определим профили установки или сборки''' + #prof=fillVars.getProfileList('/usr/calculate/profile/install/', + #self.Get) + #if prof: + #return prof def get_setup_path_profinst(self): '''Определим профили установки'''