mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-21 08:38:21 +00:00

remove unnecessary SOURCES variable and add the directory Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
5 lines
141 B
Makefile
5 lines
141 B
Makefile
.PHONY: install
|
|
install:
|
|
install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2
|
|
install -D -m 0644 Qemu.pm ${DESTDIR}${PERLDIR}/PVE/API2/Qemu.pm
|