install openra to /usr/lib now that we ship native libraries

This commit is contained in:
Matthias Mailänder
2013-11-16 11:56:35 +01:00
committed by ScottNZ
parent 1d60b86b9b
commit 2062a1bf9b
3 changed files with 5 additions and 3 deletions

View File

@@ -48,8 +48,10 @@ prefix ?= /usr/local
datarootdir ?= $(prefix)/share
datadir ?= $(datarootdir)
bindir ?= $(prefix)/bin
libexecdir ?= $(prefix)/lib
BIN_INSTALL_DIR = $(DESTDIR)$(bindir)
DATA_INSTALL_DIR = $(DESTDIR)$(datadir)/openra
# TODO: separate data and binaries properly
DATA_INSTALL_DIR = $(DESTDIR)$(libexecdir)/openra
# install tools
RM = rm