From 028b065783d62151b9f83b453df854312497bd98 Mon Sep 17 00:00:00 2001
From: David <dbphillipsnz@gmail.com>
Date: Sat, 10 May 2014 22:49:11 +1200
Subject: Makefile fixes

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6a17b18..57743c2 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ clean:
 # Install entire suite
 install:
 	mkdir -p $(PREFIX)/usr/share/trayfreq/
-	mkdir -p $(LOCALE_DIR)/fr/LC_MESSAGES/
+	mkdir -p $(PREFIX)/$(LOCALE_DIR)/fr/LC_MESSAGES/
 	mkdir -p $(PREFIX)/etc/
 
 	cp data/*.png $(PREFIX)/usr/share/trayfreq/
-- 
cgit v1.1