aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-02-13 22:13:02 +1300
committerDavid <dbphillipsnz@gmail.com>2014-02-13 22:13:02 +1300
commitc975ccb2634dd71d273f0710a7e28f43062268ae (patch)
tree7b9645151ea159c475319050ded677ee9fbd3ef0 /Makefile
parentccc2f7f5c75696d9ccbe0d9b471dcf1d9db836c5 (diff)
downloadparamano-c975ccb2634dd71d273f0710a7e28f43062268ae.tar.xz
More makefile fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dd4188..0eda43f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ all:
make all --directory=./src/
install:
- install -D data/*.png $(INSTALL_PATH)/usr/share/trayfreq/
+ mkdir -p $(INSTALL_PATH)/usr/share/trayfreq/
+ cp data/*.png $(INSTALL_PATH)/usr/share/trayfreq/
install -D data/trayfreq.config $(INSTALL_PATH)/usr/share/trayfreq/trayfreq.config
install -D data/trayfreq.desktop $(INSTALL_PATH)/etc/xdg/autostart/trayfreq.desktop