Update: Corrected variable for copt gnome flashback

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-12-14 16:33:10 +09:00
parent aeb52617cc
commit 2d2ebf5478
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def kill_old_iso():
""" Delete older ISOs"""
base_path = BASE_DESTINATION
arch_list = ['deb32/', 'deb64/', 'debarm/', 'dev32/', 'dev64/', 'devarm/']
de_list = ['gnome-flashback', 'openbox', 'xfce']
de_list = ['gfb', 'openbox', 'xfce']
for archs in arch_list:
for desktops in de_list:
full_path = []