From e6f2f494e14052e1b95c9526040e966d222ebfcb Mon Sep 17 00:00:00 2001 From: David Date: Sat, 10 May 2014 23:05:28 +1200 Subject: More makefile fixes --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1