Unmount /tmp/redox_installer during make unmount

This commit is contained in:
Ron Williams 2022-10-06 04:01:07 -07:00
parent 59838a21fc
commit 0664d93e0f

View file

@ -50,3 +50,4 @@ unmount: FORCE
sync
-$(FUMOUNT) build/filesystem/ || true
rm -rf build/filesystem/
-$(FUMOUNT) /tmp/redox_installer || true