followup: fix indentation and missing single quote

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-09-23 10:28:13 +02:00
parent dcc40f0e99
commit 333bdb6220
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ aab.conf:
echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf
echo 'Architecture: $(ARCH)' >> aab.conf echo 'Architecture: $(ARCH)' >> aab.conf
echo 'Description: ArchLinux base image.' >> 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) .PHONY: base-$(ARCH)
base-$(ARCH): aab.conf archlinux-base_$(V_ARCH).tar.gz base-$(ARCH): aab.conf archlinux-base_$(V_ARCH).tar.gz