aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-04 21:48:25 +0100
committercbdev <cb@cbcdn.com>2019-12-04 21:48:25 +0100
commitbb6e54e99b86a71fcc300890b41b49209245ac61 (patch)
tree9f0605d1de7648de0566674512f799d3d821c915 /Makefile
parent0b72a1885f064666f9c7369e1d604feeb4b83d66 (diff)
downloadmidimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.tar.gz
midimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.tar.bz2
midimonster-bb6e54e99b86a71fcc300890b41b49209245ac61.zip
Have the configuration file be installed in a separate directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index caad174..8b2d7ec 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ install:
install -d "$(DESTDIR)$(PREFIX)/share/midimonster"
install -m 0644 configs/* "$(DESTDIR)$(PREFIX)/share/midimonster"
ifdef DEFAULT_CFG
- install -m 0644 monster.cfg "$(DESTDIR)$(DEFAULT_CFG)"
+ install -Dm 0644 monster.cfg "$(DESTDIR)$(DEFAULT_CFG)"
endif
sanitize: export CC = clang