Commit f8051397 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment