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: nodejs#30477

PR-URL: nodejs#30518
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
lpinca authored and trivikr committed Nov 21, 2019
1 parent a7c7c70 commit f4b240f
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 @@ -476,7 +476,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 f4b240f

Please sign in to comment.