summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2012-10-05 18:18:18 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-10-05 18:18:18 +0200
commitda8a83172d6fe0a7ab10aab658464374df527cc1 (patch)
tree5a604c5a599c01919e2371940e378c8a04cc2ee5 /Makefile
parent077e81e4585a2490f4fa9251a9f3602c9ed4ce02 (diff)
Makefile: Do not preserve ownership
If we use cp -a files might copied with the wrong ownership and might end up like this on the target iso. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1abeb4a..2284865 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ install-initcpio:
install-examples:
install -d -m 755 $(DESTDIR)/usr/share/archiso/
- cp -a configs $(DESTDIR)/usr/share/archiso/
+ cp -a --no-preserve=ownership configs $(DESTDIR)/usr/share/archiso/
install-doc:
install -D -m 644 README $(DESTDIR)/usr/share/doc/archiso/README