aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-03-19 08:14:28 +0000
committerSaturneric <[email protected]>2022-03-19 08:14:28 +0000
commit084d44ba525f1dd72cd1eafcef87f749108a1e9b (patch)
tree43e396c70432eeaf64345f08340f6409022143a8 /README.md
parent<fix>(doc): Fix code for multilingual support (diff)
downloadGpgFrontend-084d44ba525f1dd72cd1eafcef87f749108a1e9b.tar.gz
GpgFrontend-084d44ba525f1dd72cd1eafcef87f749108a1e9b.zip
<fix>(doc, ci): Adjust deb package generation settings.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d777fb2..be0ff216 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,7 @@ Build the code and make the deb package.
```shell
$ cd GpgFrontend
$ mkdir build && cd build
-$ cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" -DGENERATE_LINUX_INSTALL_SOFTWARE=ON ..
+$ cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" -DGPGFRONTEND_GENERATE_LINUX_INSTALL_SOFTWARE=ON ..
$ ninja
$ ninja package
```