Closed lukeyeager closed 1 year ago
Currently, this works DESTDIR=./install make install, but this doesn't make DESTDIR=./install install.
DESTDIR=./install make install
make DESTDIR=./install install
We could also just remove the whole line, but I assume you had it in there for some good reason.
Currently, this works
DESTDIR=./install make install
, but this doesn'tmake DESTDIR=./install install
.We could also just remove the whole line, but I assume you had it in there for some good reason.