aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 23:05:28 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:30:37 +1200
commit920e7b37f1eff3fd6f445daeeef5cd3d630f1bee (patch)
tree7857239266ecb6de05700c5df5be90bd65667616 /Makefile
parent93244b5022e0b114d13f01704edf13ef71816bb8 (diff)
downloadparamano-920e7b37f1eff3fd6f445daeeef5cd3d630f1bee.tar.xz
More makefile fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 32f6489..18b0ba4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,11 @@
MAKE = make
CC = gcc
-INSTALL_PATH=/
PREFIX=/usr
BINDIR=$(PREFIX)/bin
SUDO=/usr/bin/sudo
TRAYFREQ_SET=$(BINDIR)/trayfreq-set
-LOCALE_DIR=/share/locale/
+LOCALE_DIR=$(PREFIX)/share/locale/
ifdef DEBUG
EXTRA_CFLAGS+=-DDEBUG