X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=c49be4bf2b1789593c00224ef3853abc2b44d458;hp=e377f783f875e2268f254cd188541e1e99efcbde;hb=7bae366b111b90929813862ab38b42ff59170ca3;hpb=1755555771130bc4dbeb6c88e66d9d6c1a64b900 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