install openra to /usr/lib now that we ship native libraries
This commit is contained in:
committed by
ScottNZ
parent
1d60b86b9b
commit
2062a1bf9b
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user