NVIDIA / enroot

A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
Apache License 2.0
649 stars 94 forks source link

makefile: actually make DESTDIR an absolute path #122

Closed lukeyeager closed 1 year ago

lukeyeager commented 2 years ago

Currently, this works DESTDIR=./install make install, but this doesn't make DESTDIR=./install install.

We could also just remove the whole line, but I assume you had it in there for some good reason.