From 654fc810fe981907d3f17d212ae51d9d6124fa42 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 25 Aug 2009 18:22:40 -0500 Subject: [PATCH] default prefix to /usr/local Without packaging, we should be installing espeakup in /usr/local. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e70b2c..da34c2b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS += -Wall LDLIBS = -lespeak -PREFIX = /usr +PREFIX = /usr/local MANDIR = $(PREFIX)/share/man/man8 BINDIR = $(PREFIX)/bin