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`.
This commit is contained in:
parent
089e09e00a
commit
f5e0778f79
1 changed files with 1 additions and 1 deletions
|
|
@ -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 !
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue