From 93244b5022e0b114d13f01704edf13ef71816bb8 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 10 May 2014 22:59:11 +1200 Subject: More makefile fixes.... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1