Point out that make calls should use the same vars in README

This commit is contained in:
Nikos Tsipinakis 2018-01-05 20:24:34 +02:00
parent db0796b73d
commit 630fd7fe03

View File

@ -44,6 +44,8 @@ sudo make install
- `SERVICEDIR_SYSTEMD=<PATH>`: The path to put the systemd user service file. Unused, if `SYSTEMD=0`. (Default: detected via `pkg-config`)
- `SERVICEDIR_DBUS=<PATH>`: The path to put the dbus service file. (Default: detected via `pkg-config`)
**Make sure to run all make calls with the same parameter set. So when building with `make PREFIX=/usr`, you have to install it with `make PREFIX=/usr install`, too.**
Checkout the [wiki][wiki] for more information.
## Bug reports