make install fails on systems without doas installed #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
make installfails on systems withoutdoasinstalled:Environment
doasnot installed (not a default package)Suggested fix
Replace
doaswith a portable fallback in the Makefile:Or since
~/.chvm/binis a user directory, no privilege escalation is needed at all — just use plainmkdir -p:https://forge.ourworld.tf/geomind_code/my_hypervisor/src/branch/development/Makefile#L51-L52
Done by @thabeta