develop
asamoukin 16 years ago
parent a027fd6dd8
commit 0cac4230d4

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

Loading…
Cancel
Save