aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 22:52:44 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:30:36 +1200
commitc6461f1f7998d62d4df70b4ce982ac1c9df80c9a (patch)
tree12a492d10af191129a7b5eb613e8b5509c0b7f1a /Makefile
parent028b065783d62151b9f83b453df854312497bd98 (diff)
downloadparamano-c6461f1f7998d62d4df70b4ce982ac1c9df80c9a.tar.xz
More makefile fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57743c2..da60a33 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PREFIX=/usr
BINDIR=$(PREFIX)/bin
SUDO=/usr/bin/sudo
TRAYFREQ_SET=$(BINDIR)/trayfreq-set
-LOCALE_DIR=$(PREFIX)/share/locale/
+LOCALE_DIR=/share/locale/
ifdef DEBUG
EXTRA_CFLAGS+=-DDEBUG
@@ -135,7 +135,7 @@ install:
mkdir -p $(PREFIX)/etc/
cp data/*.png $(PREFIX)/usr/share/trayfreq/
- cp lc/fr.mo $(LOCALE_DIR)/fr/LC_MESSAGES/trayfreq.mo
+ cp lc/fr.mo $(PREFIX)$(LOCALE_DIR)/fr/LC_MESSAGES/trayfreq.mo
install -Dm 644 data/trayfreq.conf $(PREFIX)/etc/trayfreq.conf
install -Dm 644 data/trayfreq.desktop $(PREFIX)/etc/xdg/autostart/trayfreq.desktop