]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
buildsys: fix indentation of continued command
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 12:48:11 +0000 (14:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 12:50:51 +0000 (14:50 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index c403719afcb15491d270b42078d0913b30d58122..0cabc7d28089ee71589ec995c3a5b68570405385 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,12 +40,12 @@ build:
        rm -rf build
        rm -f debian/control
        debcargo package \
-       --config debian/debcargo.toml \
-       --changelog-ready \
-       --no-overlay-write-back \
-       --directory build \
-       $(CRATENAME) \
-       $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
+         --config debian/debcargo.toml \
+         --changelog-ready \
+         --no-overlay-write-back \
+         --directory build \
+         $(CRATENAME) \
+         $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
        rm build/Cargo.lock
        find build/debian -name "*.hint" -delete
        cp build/debian/control debian/control