aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 22:59:11 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:30:36 +1200
commit93244b5022e0b114d13f01704edf13ef71816bb8 (patch)
tree0ae429bfd2da83af6e6ad15b73feec48a7c334e4 /Makefile
parentc6461f1f7998d62d4df70b4ce982ac1c9df80c9a (diff)
downloadparamano-93244b5022e0b114d13f01704edf13ef71816bb8.tar.xz
More makefile fixes....
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da60a33..32f6489 100644
--- a/Makefile
+++ b/Makefile
@@ -140,8 +140,8 @@ install:
install -Dm 644 data/trayfreq.conf $(PREFIX)/etc/trayfreq.conf
install -Dm 644 data/trayfreq.desktop $(PREFIX)/etc/xdg/autostart/trayfreq.desktop
- install -Dm 755 trayfreq $(BINDIR)/trayfreq
- install -Dm 755 trayfreq-set $(BINDIR)/trayfreq-set
+ install -Dm 755 trayfreq $(PREFIX)/$(BINDIR)/trayfreq
+ install -Dm 755 trayfreq-set $(PREFIX)/$(BINDIR)/trayfreq-set
ln -s ../licenses/common/GLPv3/license.txt $(PREFIX)/usr/share/trayfreq/LICENCE
ln -s ../../../etc/trayfreq.conf $(PREFIX)/usr/share/trayfreq/trayfreq.conf