mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 12:26:08 +00:00
Fix typo in README (#138)
This commit is contained in:
parent
0ff9d5307b
commit
30e3fa40d1
@ -17,8 +17,7 @@ All building is done in a temporary directory, and autotools is not required.
|
|||||||
This is done relative to the location of `meson.build`. Any missing dependencies will be mentioned while running `meson`.
|
This is done relative to the location of `meson.build`. Any missing dependencies will be mentioned while running `meson`.
|
||||||
|
|
||||||
By default meson places `/etc` and `/var` under the prefix, which works incorrectly with fwupd.
|
By default meson places `/etc` and `/var` under the prefix, which works incorrectly with fwupd.
|
||||||
Unless you have a version of meson with the fix for https://github.com/mesonbuild/meson/issues/1637 you will need to
|
Unless you have a version of meson with the fix for https://github.com/mesonbuild/meson/issues/1637 you will need to build setting *sysconfdir* and *localstatedir* manually.
|
||||||
You will need to build setting *sysconfdir* and *localstatedir* manually.
|
|
||||||
|
|
||||||
`# meson --sysconfdir=/etc --localstatedir=/var ..`
|
`# meson --sysconfdir=/etc --localstatedir=/var ..`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user