From 10de4e738ea25db336c8dbca84817f5c6b95a24f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 14 May 2021 14:48:11 +0200 Subject: [PATCH] buildsys: fix indentation of continued command Signed-off-by: Thomas Lamprecht --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c403719..0cabc7d 100644 --- 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 -- 2.39.2