develop
asamoukin 16 years ago
parent a027fd6dd8
commit 0cac4230d4

@ -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):
'''Определим профили установки'''

Loading…
Cancel
Save