MAKE: revert DATA_INSTALL_DIR value for backwardscompat
otherwise build scripts will have to adjust
This commit is contained in:
4
Makefile
4
Makefile
@@ -37,10 +37,10 @@ COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll third
|
|||||||
# install locations
|
# install locations
|
||||||
prefix ?= /usr/local
|
prefix ?= /usr/local
|
||||||
datarootdir ?= $(prefix)/share
|
datarootdir ?= $(prefix)/share
|
||||||
datadir ?= $(datarootdir)/openra
|
datadir ?= $(datarootdir)
|
||||||
bindir ?= $(prefix)/bin
|
bindir ?= $(prefix)/bin
|
||||||
BIN_INSTALL_DIR = $(DESTDIR)$(bindir)
|
BIN_INSTALL_DIR = $(DESTDIR)$(bindir)
|
||||||
DATA_INSTALL_DIR = $(DESTDIR)$(datadir)
|
DATA_INSTALL_DIR = $(DESTDIR)$(datadir)/openra
|
||||||
|
|
||||||
# install tools
|
# install tools
|
||||||
RM = rm
|
RM = rm
|
||||||
|
|||||||
Reference in New Issue
Block a user