]> git.proxmox.com Git - proxmox-apt.git/commitdiff
buildsys: indent continued command
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jul 2021 16:08:49 +0000 (18:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jul 2021 16:08:49 +0000 (18:08 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9324a6474152dd5bc931fc02cdda583a3512a77d..8cfaa3122c1c36731d00667ff029ac01d0b94604 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,12 +26,12 @@ build:
        rm -rf $(BUILDDIR) $(BUILDDIR_TMP); mkdir $(BUILDDIR_TMP)
        rm -f debian/control
        debcargo package \
-       --config debian/debcargo.toml \
-       --changelog-ready \
-       --no-overlay-write-back \
-       --directory $(BUILDDIR_TMP) \
-       $(PACKAGE) \
-       $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
+         --config debian/debcargo.toml \
+         --changelog-ready \
+         --no-overlay-write-back \
+         --directory $(BUILDDIR_TMP) \
+         $(PACKAGE) \
+         $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
        cp $(BUILDDIR_TMP)/debian/control debian/control
        rm -f $(BUILDDIR_TMP)/Cargo.lock
        find $(BUILDDIR_TMP)/debian -name "*.hint" -delete