build: drop pbs-buildcfg version hack
no longer needed, it inherits the workspace/proxmox-backup version now, there is no risk of forgetting to update its version anymore. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
f23d10ec5d
commit
6ea62b0a49
3
Makefile
3
Makefile
@ -85,9 +85,6 @@ doc:
|
|||||||
# always re-create this dir
|
# always re-create this dir
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
@echo "Setting pkg-buildcfg version to: $(DEB_VERSION_UPSTREAM)"
|
|
||||||
sed -i -e 's/^version =.*$$/version = "$(DEB_VERSION_UPSTREAM)"/' \
|
|
||||||
pbs-buildcfg/Cargo.toml
|
|
||||||
rm -rf build
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
cp -a debian \
|
cp -a debian \
|
||||||
|
Loading…
Reference in New Issue
Block a user