Skip to content

Commit 027bde5

Browse files
lpincaMylesBorins
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 <devnexen@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 9b71534 commit 027bde5

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
@@ -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)