followup: separate newline to new line

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-09-20 14:35:39 +02:00
parent 896edd1a86
commit dcc40f0e99
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ aab.conf:
echo 'Maintainer: Proxmox Support Team <support@proxmox.com>' >> aab.conf echo 'Maintainer: Proxmox Support Team <support@proxmox.com>' >> 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.\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) .PHONY: base-$(ARCH)
base-$(ARCH): aab.conf archlinux-base_$(V_ARCH).tar.gz base-$(ARCH): aab.conf archlinux-base_$(V_ARCH).tar.gz