From 30e3fa40d16b1e551c24c0b47caf00d88ddbfe48 Mon Sep 17 00:00:00 2001 From: Bruno Pagani Date: Tue, 13 Jun 2017 23:24:47 +0200 Subject: [PATCH] Fix typo in README (#138) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7599c64f2..f81f1c7b4 100644 --- a/README.md +++ b/README.md @@ -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`. 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 -You will need to build setting *sysconfdir* and *localstatedir* manually. +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. `# meson --sysconfdir=/etc --localstatedir=/var ..`