From 4daf1402d6384d4cfbe9bbbcffa54c74d3629c9c Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 16 Oct 2023 10:39:10 +0000 Subject: [PATCH] update build scripts --- PepDeb64/pepbld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PepDeb64/pepbld.py b/PepDeb64/pepbld.py index 1ddac28..23f216a 100644 --- a/PepDeb64/pepbld.py +++ b/PepDeb64/pepbld.py @@ -92,7 +92,7 @@ shutil.copytree(os.path.join(uchinanchu, "PepProTools"), os.path.join(uchinanchu shutil.copytree(os.path.join(uchinanchu, "peplightdm"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "lightdm"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "peploadersplash", "devuan"), os.path.join(uchinanchu, "fusato", "config", "includes.binary"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pepinstaller"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "usr", "share"), dirs_exist_ok=True) -shutil.copytree(os.path.join(uchinanchu, "pepgrub", "devuan"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "grub"), dirs_exist_ok=True) +shutil.copytree(os.path.join(uchinanchu, "pepgrub", "debian"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "grub"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pylibraries"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "py"), dirs_exist_ok=True) shutil.copytree(os.path.join(uchinanchu, "pmostools"), os.path.join(uchinanchu, "fusato", "config", "includes.installer", "preseed", "tools"), dirs_exist_ok=True)