diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-29 15:53:20 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-06 20:31:40 +1200 |
commit | 9adec475861dd3dc9e62b3fc0ae7f1649d34f15d (patch) | |
tree | c6ea97c9b15d9499c521385a12f9b25db7d6d20f /Makefile | |
parent | 8879c29c90d05177b2eff4ff51df7d4b7e7c6523 (diff) | |
download | paramano-9adec475861dd3dc9e62b3fc0ae7f1649d34f15d.tar.xz |
Makefile install fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |