MAKE: revert DATA_INSTALL_DIR value for backwardscompat

otherwise build scripts will have to adjust
This commit is contained in:
hasufell
2013-06-29 22:35:49 +02:00
parent e0395fe903
commit 0477a2eb05

View File

@@ -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