From 7bae366b111b90929813862ab38b42ff59170ca3 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 27 May 2009 22:55:20 -0400 Subject: [PATCH] changed default prefix to /usr/local --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e377f78..c49be4b 100644 --- a/Makefile +++ b/Makefile @@ -15,11 +15,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -prefix = /usr +prefix = /usr/local exec_prefix = $(prefix) -datadir = $(prefix)/share/games -pkgdatadir = $(datadir)/vor +datarootdir = $(prefix)/share/games +pkgdatadir = $(datarootdir)/vor bindir = $(exec_prefix)/games CFLAGS := -Wall -O3 -- 1.7.10.4