Unmount /tmp/redox_installer during make unmount
This commit is contained in:
parent
59838a21fc
commit
0664d93e0f
|
@ -50,3 +50,4 @@ unmount: FORCE
|
||||||
sync
|
sync
|
||||||
-$(FUMOUNT) build/filesystem/ || true
|
-$(FUMOUNT) build/filesystem/ || true
|
||||||
rm -rf build/filesystem/
|
rm -rf build/filesystem/
|
||||||
|
-$(FUMOUNT) /tmp/redox_installer || true
|
||||||
|
|
Loading…
Reference in a new issue