From 333bdb6220e59224cba5dc35b2f68cb2c2d53fa8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 23 Sep 2019 10:28:13 +0200 Subject: [PATCH] followup: fix indentation and missing single quote Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f14e203..60f086a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ aab.conf: echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf echo 'Architecture: $(ARCH)' >> aab.conf echo 'Description: ArchLinux base image.' >> aab.conf - echo ' ArchLinux template with the 'base' group and the 'openssh' package installed.' >> 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