From: Jason Woofenden Date: Thu, 28 May 2009 20:41:30 +0000 (-0400) Subject: install into /usr/local/bin and /usr/local/share/vor by default to follow gnu coding... X-Git-Tag: 0.5.4~2 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=8fdb6c7e5b1441c2c94459d407fa3cb4417959b9 install into /usr/local/bin and /usr/local/share/vor by default to follow gnu coding standards --- 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 :=