mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-20 18:50:17 +03:00
build and minor bugs fixes
This commit is contained in:
parent
03dd6433ed
commit
02869f8f6a
@ -86,7 +86,7 @@ class frontend_manager:
|
||||
'chromium': chromium_applier(self.storage, self.sid, self.username),
|
||||
'shortcuts': shortcut_applier(self.storage),
|
||||
'gsettings': gsettings_applier(self.storage),
|
||||
'cups': cups_applier(self.storage)
|
||||
'cups': cups_applier(self.storage),
|
||||
'package': package_applier(self.storage)
|
||||
})
|
||||
|
||||
|
@ -20,7 +20,7 @@ import json
|
||||
from base64 import b64decode
|
||||
from Crypto.Cipher import AES
|
||||
|
||||
from util_xml import get_xml_root
|
||||
from util.xml import get_xml_root
|
||||
|
||||
def read_drives(drives_file):
|
||||
drives = list()
|
||||
|
@ -28,7 +28,7 @@ def read_inifiles(inifiles_file):
|
||||
|
||||
return inifiles
|
||||
|
||||
def inifile:
|
||||
def inifile():
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
@ -32,10 +32,9 @@ cp -r gpoa \
|
||||
%buildroot%python3_sitelibdir/
|
||||
|
||||
mkdir -p \
|
||||
%buildroot%_bindir/ \
|
||||
%buildroot%_sbindir/
|
||||
|
||||
ln -s %python3_sitelibdir/gpoa/gpoa \
|
||||
%buildroot%python3_sitelibdir/gpoa/main.py
|
||||
ln -s %python3_sitelibdir/gpoa/gpoa \
|
||||
%buildroot%_sbindir/gpoa
|
||||
ln -s %python3_sitelibdir/gpoa/gpupdate \
|
||||
|
Loading…
x
Reference in New Issue
Block a user