meson: use builddir instead of build

Use the -C option instead of changing the dir, change the build folder to builddir.

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit
2020-04-16 23:31:03 +02:00
committed by afayaz-feral
parent ce6485ef97
commit 115f1ecdbd
5 changed files with 7 additions and 11 deletions

View File

@@ -119,8 +119,7 @@ git checkout 1.5.1 # omit to build the master branch
To uninstall:
```bash
systemctl --user stop gamemoded.service
cd build/
ninja uninstall
ninja uninstall -C builddir
```
### Pull Requests