Skip to content

Commit c89fcf2

Browse files
authored
[WIP]: fixed install-root cleanup in system/repo.yml
Need to check why binary cache for binutils are there
1 parent 7f36567 commit c89fcf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elements/system/repo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ initial-commands: |-
1818
rm ${app}.zsync
1919
done
2020
21-
rmdir /install-root
21+
rm -rf /install-root
2222
2323
# TODO: should be enabled via systemd user-preset
2424
systemctl enable --global appimaged.service
@@ -62,4 +62,4 @@ include-parts:
6262

6363
build-depends:
6464
- components/ostree.yml
65-
- system/ostree-config.yml
65+
- system/ostree-config.yml

0 commit comments

Comments
 (0)