Skip to content

Commit

Permalink
install: fix wrong PKG_CONFIG_PATH (#361)
Browse files Browse the repository at this point in the history
no "-" between "pkg" and "config".
  • Loading branch information
komainu8 authored Jul 30, 2024
1 parent 5aa525c commit 0254d46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _po/ja/install/source.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"PO-Revision-Date: 2023-08-13 09:53+0900\n"
"PO-Revision-Date: 2024-07-08 12:04+0900\n"

msgid ""
"---\n"
Expand Down Expand Up @@ -151,7 +151,7 @@ msgstr ""

msgid ""
"```console\n"
"% PKG_CONFIG_PATH=/usr/local/lib/pkg-config make\n"
"% PKG_CONFIG_PATH=/usr/local/lib/pkgconfig make\n"
"```"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion install/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If `pkg-config --list-all` doesn't include `groonga`, you may forget to install
Here is an example when you install Groonga with `--prefix=/usr/local`:

```console
% PKG_CONFIG_PATH=/usr/local/lib/pkg-config make
% PKG_CONFIG_PATH=/usr/local/lib/pkgconfig make
```

Install PGroonga:
Expand Down
2 changes: 1 addition & 1 deletion ja/install/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ WALサポートが必要ない場合は次のコマンドラインを使いま
以下は`--prefix=/usr/local`オプション付きでGroongaをインストールした場合の例です。

```console
% PKG_CONFIG_PATH=/usr/local/lib/pkg-config make
% PKG_CONFIG_PATH=/usr/local/lib/pkgconfig make
```

PGroongaをインストールします。
Expand Down

0 comments on commit 0254d46

Please sign in to comment.