From: Jason Woofenden Date: Thu, 28 May 2009 02:55:20 +0000 (-0400) Subject: changed default prefix to /usr/local X-Git-Tag: 0.5.4~3 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=7bae366b111b90929813862ab38b42ff59170ca3 changed default prefix to /usr/local --- 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