From 8fdb6c7e5b1441c2c94459d407fa3cb4417959b9 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 28 May 2009 16:41:30 -0400 Subject: [PATCH 1/1] install into /usr/local/bin and /usr/local/share/vor by default to follow gnu coding standards --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c49be4b..cf486c9 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,9 @@ prefix = /usr/local exec_prefix = $(prefix) -datarootdir = $(prefix)/share/games +datarootdir = $(prefix)/share pkgdatadir = $(datarootdir)/vor -bindir = $(exec_prefix)/games +bindir = $(exec_prefix)/bin CFLAGS := -Wall -O3 LDFLAGS := -- 1.7.10.4