From ec95bb1c5338c9c72d2145989ae3f1887ff18a3a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 18 Dec 2023 10:18:46 +0100 Subject: [PATCH] pve: build fix Signed-off-by: Wolfgang Bumiller --- pve-rs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-rs/Makefile b/pve-rs/Makefile index 045f555..a4ab00d 100644 --- a/pve-rs/Makefile +++ b/pve-rs/Makefile @@ -48,7 +48,7 @@ all: PVE Proxmox PVE: Proxmox/Lib/PVE.pm Proxmox/Lib/PVE.pm: Fixup.pm $(PERLMOD_GENPACKAGE) $(PERLMOD_PACKAGES) - sed -i -e '/package Proxmox/rFixup.pm' Proxmox/Lib/PMG.pm + sed -i -e '/package Proxmox/rFixup.pm' Proxmox/Lib/PVE.pm check: all $(MAKE) -C test test @@ -83,7 +83,7 @@ $(BUILDDIR): src debian test common/src Cargo.toml Makefile .cargo/config rm -rf $(BUILDDIR) $(BUILDDIR).tmp mkdir $(BUILDDIR).tmp mkdir $(BUILDDIR).tmp/common - cp -a -t $(BUILDDIR).tmp src debian test Cargo.toml Makefile .cargo + cp -a -t $(BUILDDIR).tmp src debian test Cargo.toml Makefile .cargo Fixup.pm cp -a -t $(BUILDDIR).tmp/common common/src mv $(BUILDDIR).tmp $(BUILDDIR)