From 03aa3e6ac71a0fe1ff87fe192c8de0b1acebd0df Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 8 Jan 2022 18:35:40 +0100 Subject: [PATCH] core/pkg-utils: properly indent per-package-rsync Continuation lines should be indented one level more than the line the are the continuation of. Signed-off-by: Yann E. MORIN Signed-off-by: Peter Korsgaard --- package/pkg-utils.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/pkg-utils.mk b/package/pkg-utils.mk index 38ba5bca93..6aa64a2096 100644 --- a/package/pkg-utils.mk +++ b/package/pkg-utils.mk @@ -213,8 +213,8 @@ define per-package-rsync mkdir -p $(3) $(foreach pkg,$(1),\ rsync -a --link-dest=$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \ - $(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \ - $(3)$(sep)) + $(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \ + $(3) endef # prepares the per-package HOST_DIR and TARGET_DIR of the current