From dcc40f0e991ce732f134f2f05ce0b03cacd3a1cb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 20 Sep 2019 14:35:39 +0200 Subject: [PATCH] followup: separate newline to new line Signed-off-by: Thomas Lamprecht --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80ba9b1..f14e203 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ aab.conf: echo 'Maintainer: Proxmox Support Team ' >> aab.conf echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf echo 'Architecture: $(ARCH)' >> aab.conf - echo "Description: ArchLinux base image.\n ArchLinux template with the 'base' group and the 'openssh' package installed." >> aab.conf + echo 'Description: ArchLinux base image.' >> aab.conf + echo ' ArchLinux template with the 'base' group and the 'openssh' package installed.' >> aab.conf .PHONY: base-$(ARCH) base-$(ARCH): aab.conf archlinux-base_$(V_ARCH).tar.gz