From 630fd7fe037958fc6bafdae6b042aff6a07cb259 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Fri, 5 Jan 2018 20:24:34 +0200 Subject: [PATCH] Point out that make calls should use the same vars in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cdb3b04..62cc594 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ sudo make install - `SERVICEDIR_SYSTEMD=`: The path to put the systemd user service file. Unused, if `SYSTEMD=0`. (Default: detected via `pkg-config`) - `SERVICEDIR_DBUS=`: 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