mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-27 03:12:57 +00:00
The 'serial.conf' file need to be put in /etc/, but it is currently being installed in $(libdir)/acrn/. We therefore ask the user to manually copy that file over to the /etc/ folder. This patch fixes that by installing 'serial.conf' directly there. Tracked-On: #7107 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
10 lines
226 B
Makefile
10 lines
226 B
Makefile
DESTDIR ?=
|
|
prefix ?= /usr
|
|
bindir ?= $(prefix)/bin
|
|
libdir ?= $(prefix)/lib64
|
|
nonarchlibdir ?= $(prefix)/lib
|
|
datadir ?= $(prefix)/share
|
|
includedir ?= $(prefix)/include
|
|
systemd_unitdir ?= $(prefix)/lib/systemd
|
|
sysconfdir ?= /etc
|