Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
8322dc7976
commit
359a97b2da
|
@ -52,6 +52,7 @@ class BuildXfce:
|
|||
current_working_directory
|
||||
)
|
||||
os.system(run_cmd)
|
||||
exit
|
||||
|
||||
|
||||
def debian_build(self):
|
||||
|
|
|
@ -14,7 +14,7 @@ import conf
|
|||
# Set the home path used regardless the user logged in
|
||||
BSTRING_ISO_CONFIGS = '~/bubbles/iso_configs'
|
||||
HOME_FOLDER = str(Path(BSTRING_ISO_CONFIGS).expanduser())
|
||||
PACKAGE_LIST = "/fusato/config/package-lists"
|
||||
PACKAGE_LIST = "/fusato/config/package-lists/"
|
||||
CHROOT_FOLDER = "/fusato/config/includes.chroot/"
|
||||
BOOTSTRAP_FOLDER = '/fusato/config/includes.bootstrap/'
|
||||
|
||||
|
|
Loading…
Reference in New Issue