JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
install into /usr/local/bin and /usr/local/share/vor by default to follow gnu coding...
[vor.git] / Makefile
index e377f78..cf486c9 100644 (file)
--- a/Makefile
+++ b/Makefile
 #   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
-bindir = $(exec_prefix)/games
+datarootdir = $(prefix)/share
+pkgdatadir = $(datarootdir)/vor
+bindir = $(exec_prefix)/bin
 
 CFLAGS := -Wall -O3
 LDFLAGS :=