diff options
author | cbdev <cb@cbcdn.com> | 2019-12-06 19:07:25 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-06 19:07:25 +0100 |
commit | 01c8635205e25ba2e6c128010ad512cf03868bc2 (patch) | |
tree | d42741680628895a69097a56544de9e69fa8a733 | |
parent | 0468b5c5fafe0b6d72d8cd05613da3e705fa25c3 (diff) | |
download | midimonster-01c8635205e25ba2e6c128010ad512cf03868bc2.tar.gz midimonster-01c8635205e25ba2e6c128010ad512cf03868bc2.tar.bz2 midimonster-01c8635205e25ba2e6c128010ad512cf03868bc2.zip |
Fix variable description
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ as arguments to the `make` invocation: | `install` | `PREFIX` | `/usr` | Install prefix for binaries | | `install` | `DESTDIR` | empty | Destination directory for packaging builds | | `install` | `DEFAULT_CFG` | empty | Install path for default configuration file | -| `install` | `PLUGINS` | `$(PREFIX)/lib/midimonster` | Destination directory for packaging builds | +| `install` | `PLUGINS` | `$(PREFIX)/lib/midimonster` | Install path for backend shared objects | | `install` | `EXAMPLES` | `$(PREFIX)/share/midimonster` | Install path for example configurations | Note that the same variables may have different default values depending on the target. This implies that |