INSTALL: pass build dir to uninstalled script

The instructions were left a bit broken by
d068cc2bcf because the unistalled script uses
"build" as default and will fail with an "invalid
build directory" error for people following the
guide step-by-step and using "builddir" instead.
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2021-06-02 12:11:39 -07:00 committed by Wim Taymans
parent c7cac40e03
commit 5a69a04cfe

View file

@ -49,7 +49,7 @@ will use the PipeWire emulation libraries automatically
in this environment. You can get into this environment with: in this environment. You can get into this environment with:
``` ```
$ ./pw-uninstalled.sh $ ./pw-uninstalled.sh -b builddir
``` ```
In most cases you would want to run the default pipewire daemon. Look In most cases you would want to run the default pipewire daemon. Look