Skip to content

Commit

Permalink
doc: fix overriding of prefix option
Browse files Browse the repository at this point in the history
Make the example in the "Building a debug build" section work as
intended.

Fixes: #30477

PR-URL: #30518
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
lpinca authored and MylesBorins committed Dec 17, 2019
1 parent 3fb0f7e commit a836ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ To use the debug build with all the normal dependencies overwrite the release
version in the install directory:

``` console
$ make install --prefix=/opt/node-debug/
$ make install PREFIX=/opt/node-debug/
$ cp -a -f out/Debug/node /opt/node-debug/node
```

Expand Down

0 comments on commit a836ac1

Please sign in to comment.