diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-29 15:53:20 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-05-29 16:11:48 +1200 |
commit | 5ad431451529a3aa6aa51b5dffa90cc2207d2a94 (patch) | |
tree | 3d9ced30ef46e46c3a35dbe3a55693b0df030c78 /Makefile | |
parent | bda352d5d9f6230ae7387931d27e32d6d8ea7e62 (diff) | |
download | paramano-5ad431451529a3aa6aa51b5dffa90cc2207d2a94.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 |