Update: Path for gfb needed updated.
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
2d2ebf5478
commit
fc187c14de
|
@ -98,7 +98,7 @@ def check_build_type():
|
|||
def kill_old_iso():
|
||||
""" Delete older ISOs"""
|
||||
base_path = BASE_DESTINATION
|
||||
arch_list = ['deb32/', 'deb64/', 'debarm/', 'dev32/', 'dev64/', 'devarm/']
|
||||
arch_list = ['/deb32/', '/deb64/', '/debarm/', '/dev32/', '/dev64/', '/devarm/']
|
||||
de_list = ['gfb', 'openbox', 'xfce']
|
||||
for archs in arch_list:
|
||||
for desktops in de_list:
|
||||
|
|
Loading…
Reference in New Issue