Skip to content

Commit a992135

Browse files
lpincatargos
authored andcommitted
doc: fix overriding of prefix option
Make the example in the "Building a debug build" section work as intended. Fixes: #30477 PR-URL: #30518 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 746c67d commit a992135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ To use the debug build with all the normal dependencies overwrite the release
474474
version in the install directory:
475475

476476
``` console
477-
$ make install --prefix=/opt/node-debug/
477+
$ make install PREFIX=/opt/node-debug/
478478
$ cp -a -f out/Debug/node /opt/node-debug/node
479479
```
480480

0 commit comments

Comments
 (0)