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
  • Loading branch information
lpinca committed Nov 17, 2019
1 parent 5c57616 commit c6e73e5
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 c6e73e5

Please sign in to comment.