]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
buildsys: drop writing rust-toolchain into build dir
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Mar 2020 13:14:12 +0000 (14:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Mar 2020 13:14:14 +0000 (14:14 +0100)
breaks source package generation

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9c84611bec943ee88bbaed6eb47cf035769ee9a8..785bf4274b11e5346e4fd80e3f96b8e058b54c5d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,6 @@ build:
          $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
        rm build/Cargo.lock
        find build/debian -name "*.hint" -delete
-       echo system >build/rust-toolchain
 
 .PHONY: deb
 deb: $(DEB)