diff options
author | cbdev <cb@cbcdn.com> | 2019-12-04 21:48:25 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-04 21:48:25 +0100 |
commit | bb6e54e99b86a71fcc300890b41b49209245ac61 (patch) | |
tree | 9f0605d1de7648de0566674512f799d3d821c915 /README.md | |
parent | 0b72a1885f064666f9c7369e1d604feeb4b83d66 (diff) | |
download | midimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.tar.gz midimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.tar.bz2 midimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.zip |
Have the configuration file be installed in a separate directory
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ For system-wide install or packaging builds, the following steps are recommended ``` export PREFIX=/usr export PLUGINS=$PREFIX/lib/midimonster -export DEFAULT_CFG=/etc/midimonster.cfg +export DEFAULT_CFG=/etc/midimonster/midimonster.cfg make clean make full make install |