From a13b0e827402617337716c05abc654f85d24dd83 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 12 Sep 2012 03:24:03 -0300 Subject: [archiso] Makefile: use cp -a instead of cp -r for configs/ Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4430e5..1abeb4a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ install-initcpio: install-examples: install -d -m 755 $(DESTDIR)/usr/share/archiso/ - cp -r configs $(DESTDIR)/usr/share/archiso/ + cp -a configs $(DESTDIR)/usr/share/archiso/ install-doc: install -D -m 644 README $(DESTDIR)/usr/share/doc/archiso/README -- cgit v1.2.2