diff options
author | cbdev <cb@cbcdn.com> | 2022-04-28 20:41:19 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2022-04-28 20:41:19 +0200 |
commit | 811592c8190d12c6c7affa5772db3be30ba941e9 (patch) | |
tree | 82f7cf8e21b19221ee6afcc212a2dd459c5ce244 /Makefile | |
parent | e7e23f4b15c07c25ba942cd793f9e061db6af4ea (diff) | |
parent | d0d9699bdb9a3a6ca8109e36ba76847fd9fdebd3 (diff) | |
download | midimonster-811592c8190d12c6c7affa5772db3be30ba941e9.tar.gz midimonster-811592c8190d12c6c7affa5772db3be30ba941e9.tar.bz2 midimonster-811592c8190d12c6c7affa5772db3be30ba941e9.zip |
Merge branch 'master' of ssh://github.com/cbdevnet/midimonster
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ install: install -m 0644 configs/* "$(DESTDIR)$(EXAMPLES)" ifdef DEFAULT_CFG # Only install the default configuration if it is not already present to avoid overwriting it -ifeq (,$(wildcard $(DEFAULT_CFG))) +ifeq (,$(wildcard $(DESTDIR)$(DEFAULT_CFG))) install -Dm 0644 monster.cfg "$(DESTDIR)$(DEFAULT_CFG)" endif endif |