release: appimage: Needed cc1 afterall.
This commit is contained in:
parent
1085385f39
commit
95349470c3
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def main(work_path):
|
|||
install_eris()
|
||||
post_install_paths = relative_paths("ubuntu", all_paths("ubuntu"))
|
||||
new_paths = set(post_install_paths) - set(base_paths)
|
||||
new_paths = filter_paths(new_paths, ["/var/cache/apt/archives", "cc1", "lto1"])
|
||||
new_paths = filter_paths(new_paths, ["/var/cache/apt/archives", "lto1"])
|
||||
app_dir = "eris.AppDir"
|
||||
if os.path.exists(app_dir):
|
||||
cmd("sudo rm -rf " + app_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue