From f5e0778f794497364ec91e6de1ffdc031bae2e79 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Tue, 15 Sep 2020 00:42:25 +0300 Subject: [PATCH] PREFIX has to be specified twice `PREFIX` has to be specified for when using `make` solely. This is done to correct the wrong paths inside the generated `libudev.pc` which will always be `/usr/local/{include,lib}` regardless of the `PREFIX` value passed to `make install`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bb96b3..5db2261 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Installation ------------ ```sh -make +make PREFIX=/usr make PREFIX=/usr install # will overwrite existing udev libraries if any # rebuild all packages which depends on udev # here we go !