Skip to content

Commit bb6e54e

Browse files
committed
Have the configuration file be installed in a separate directory
1 parent 0b72a18 commit bb6e54e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, cbdev/FJS
1+
Copyright (c) 2017, cbdev/Fabian J. Stumpf
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install:
7171
install -d "$(DESTDIR)$(PREFIX)/share/midimonster"
7272
install -m 0644 configs/* "$(DESTDIR)$(PREFIX)/share/midimonster"
7373
ifdef DEFAULT_CFG
74-
install -m 0644 monster.cfg "$(DESTDIR)$(DEFAULT_CFG)"
74+
install -Dm 0644 monster.cfg "$(DESTDIR)$(DEFAULT_CFG)"
7575
endif
7676

7777
sanitize: export CC = clang

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ For system-wide install or packaging builds, the following steps are recommended
183183
```
184184
export PREFIX=/usr
185185
export PLUGINS=$PREFIX/lib/midimonster
186-
export DEFAULT_CFG=/etc/midimonster.cfg
186+
export DEFAULT_CFG=/etc/midimonster/midimonster.cfg
187187
make clean
188188
make full
189189
make install

0 commit comments

Comments
 (0)