mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 22:39:29 +00:00
use variables for installation directories.
Don't hardcode install paths. Instead of hardcoding where binaries are installed, add variables that installer can override. Tracked-On: #4864 Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
8
paths.make
Normal file
8
paths.make
Normal file
@@ -0,0 +1,8 @@
|
||||
DESTDIR ?=
|
||||
prefix ?= /usr
|
||||
bindir ?= $(prefix)/bin
|
||||
libdir ?= $(prefix)/lib64
|
||||
nonarchlibdir ?= $(prefix)/lib
|
||||
datadir ?= $(prefix)/share
|
||||
includedir ?= $(prefix)/include
|
||||
systemd_unitdir ?= $(prefix)/lib/systemd
|
Reference in New Issue
Block a user