From 9adec475861dd3dc9e62b3fc0ae7f1649d34f15d Mon Sep 17 00:00:00 2001
From: David <dbphillipsnz@gmail.com>
Date: Thu, 29 May 2014 15:53:20 +1200
Subject: Makefile install fix

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

diff --git a/Makefile b/Makefile
index c9b027a..119ea4d 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ clean:
 ########################################################################
 # Install entire suite
 install:
-	install -Dm 755 themes $(DESTDIR)/$(SHAREDIR)/trayfreq/themes
+	install -d themes $(DESTDIR)/$(SHAREDIR)/trayfreq/themes
 
 	install -Dm 644 lc/fr.mo $(DESTDIR)/$(LOCALEDIR)/fr/LC_MESSAGES/trayfreq.mo
 
-- 
cgit v1.1