Skip to content

Commit f4b240f

Browse files
lpincatrivikr
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 a7c7c70 commit f4b240f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ To use the debug build with all the normal dependencies overwrite the release
476476
version in the install directory:
477477

478478
``` console
479-
$ make install --prefix=/opt/node-debug/
479+
$ make install PREFIX=/opt/node-debug/
480480
$ cp -a -f out/Debug/node /opt/node-debug/node
481481
```
482482

0 commit comments

Comments
 (0)