aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 23:05:28 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-10 23:05:28 +1200
commite6f2f494e14052e1b95c9526040e966d222ebfcb (patch)
treefe473d33e71c1381bcb470f31ab4c6d1856aaee2
parente2fa44e334ffd17b786cf7f35a7da679697ac343 (diff)
downloadparamano-e6f2f494e14052e1b95c9526040e966d222ebfcb.tar.xz
More makefile fixes
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ef8a318..b8e2b28 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