forked from Proxmox/proxmox-perl-rs
build fix: pmg-rs is not here yet
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2cc9163892
commit
ec79616bd4
8
Makefile
8
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:
|
||||
|
Loading…
Reference in New Issue
Block a user