Signed-off-by: Wolfgang Bumiller <w.bumil...@proxmox.com>
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index b6cb8bb..a01a718 100644
--- a/Makefile
+++ b/Makefile
@@ -27,15 +27,15 @@ build:
        mkdir build
        echo system >build/rust-toolchain
        cp -a ./perl-* ./build/
-       cp -a ./pve-rs ./pmg-rs ./build
+       cp -a ./pve-rs ./build
 
 pve-deb: build
        cd ./build/pve-rs && dpkg-buildpackage -b -uc -us
        touch $@
 
-pmg-deb: build
-       cd ./build/pmg-rs && dpkg-buildpackage -b -uc -us
-       touch $@
+# pmg-deb: build
+#      cd ./build/pmg-rs && dpkg-buildpackage -b -uc -us
+#      touch $@
 
 .PHONY: clean
 clean:
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to