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-05-02 11:31:46 +1200
commitcfc6ca44874961ec468147111745c34a5bf1f9c0 (patch)
treed92148ead02f34c28f47dba4299c6a88477e0fa1 /Makefile
parent91b78cb1f60430a9f2e87c27af26c883f95de754 (diff)
downloadparamano-cfc6ca44874961ec468147111745c34a5bf1f9c0.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 44a3eb7..1a5609c 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,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