From 0477a2eb053868805aa3b3df7031e78db7e4d2a1 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 29 Jun 2013 22:35:49 +0200 Subject: [PATCH] MAKE: revert DATA_INSTALL_DIR value for backwardscompat otherwise build scripts will have to adjust --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c0b3c1cf6d..2dc93f3c0a 100644 --- a/Makefile +++ b/Makefile @@ -37,10 +37,10 @@ COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll third # install locations prefix ?= /usr/local datarootdir ?= $(prefix)/share -datadir ?= $(datarootdir)/openra +datadir ?= $(datarootdir) bindir ?= $(prefix)/bin BIN_INSTALL_DIR = $(DESTDIR)$(bindir) -DATA_INSTALL_DIR = $(DESTDIR)$(datadir) +DATA_INSTALL_DIR = $(DESTDIR)$(datadir)/openra # install tools RM = rm