aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-02 11:31:46 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:28:46 +1200
commitcd07fec6d1158b67897482c4901fd88878847c86 (patch)
tree28a6c2247ddf0356c560cd002d3da96b75ba84a5 /Makefile
parent8913f121822af36e9e099c1b2d8e64f7dab0d863 (diff)
downloadparamano-cd07fec6d1158b67897482c4901fd88878847c86.tar.xz
Changed config file name, spruced default config up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9905ac1..7c34210 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ install:
mkdir -p $(INSTALL_PATH)/usr/share/locale/fr/LC_MESSAGES/
cp lc/fr.mo $(INSTALL_PATH)/usr/share/locale/fr/LC_MESSAGES/trayfreq.mo
- install -Dm 644 data/trayfreq.config $(INSTALL_PATH)/usr/share/trayfreq/trayfreq.config
+ install -Dm 644 data/trayfreq.conf $(INSTALL_PATH)/usr/share/trayfreq/trayfreq.conf
install -Dm 644 data/trayfreq.desktop $(INSTALL_PATH)/etc/xdg/autostart/trayfreq.desktop
install -Dm 755 trayfreq $(INSTALL_PATH)/usr/bin/trayfreq
install -Dm 755 trayfreq-set $(INSTALL_PATH)/usr/bin/trayfreq-set