From ee14789ca5a300f5d957b8b1faa7306d59f72475 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Fri, 29 Sep 2023 20:02:26 +0900 Subject: [PATCH] Testing: Bubbles Mod Signed-off-by: debianpepper --- python_modules/build_iso.py | 2 ++ python_modules/inflate_bubble.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python_modules/build_iso.py b/python_modules/build_iso.py index 8109ea59..e6f9703e 100644 --- a/python_modules/build_iso.py +++ b/python_modules/build_iso.py @@ -690,8 +690,10 @@ def readybuild(): rm_cmd = "sudo rm -r -f fusato" os.system(rm_cmd) os.makedirs('fusato') + inflate_bubble.set_fusato_structure else: os.makedirs('fusato') + inflate_bubble.set_fusato_structure class Decsions: diff --git a/python_modules/inflate_bubble.py b/python_modules/inflate_bubble.py index 95b28841..437eeb5c 100644 --- a/python_modules/inflate_bubble.py +++ b/python_modules/inflate_bubble.py @@ -43,7 +43,7 @@ def set_fusato_structure(): 'etc/skel/.config/autostart/', 'etc/lightdm/lightdm.conf.d/', ] - os.chdir(HOME_FOLDER + '/fusato') + os.chdir(FUSATO_ROOT) if os.path.exists('config'): rm_cmd = "sudo rm -r -f config" os.system(rm_cmd)