From 68064f65bc6cf4f67fdd40e03c9d125fb0367060 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 20 Jul 2021 18:08:49 +0200 Subject: [PATCH] buildsys: indent continued command Signed-off-by: Thomas Lamprecht --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 9324a647..8cfaa312 100644 --- 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