5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-03 01:17:58 +03:00

add pve prefix to query-machine-capabilities.service

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-18 21:56:08 +01:00
parent 30624da46c
commit 301cc2bfb0
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ query-machine-capabilities: query-machine-capabilities.c
install: query-machine-capabilities
install -d ${DESTDIR}/${BINDIR}
install -m 0755 query-machine-capabilities ${DESTDIR}${BINDIR}
install -m 0644 query-machine-capabilities.service ${DESTDIR}${SERVICEDIR}
install -m 0644 pve-query-machine-capabilities.service ${DESTDIR}${SERVICEDIR}
.PHONY: clean
clean: