build: fix `make install DESTDIR=/path`
Install to $DESTDIR, not $DESTDIR/$PREFIX. Example: if DESTDIR=/opt/node, install to /opt/node, not /opt/node/usr/local.
parent
ff552ddb
Please register or sign in to comment
Install to $DESTDIR, not $DESTDIR/$PREFIX. Example: if DESTDIR=/opt/node, install to /opt/node, not /opt/node/usr/local.