followup: fix indentation and missing single quote
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
dcc40f0e99
commit
333bdb6220
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue