Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-27 17:56:34 +09:00
parent 8322dc7976
commit 359a97b2da
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ class BuildXfce:
current_working_directory
)
os.system(run_cmd)
exit
def debian_build(self):

View File

@ -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/'