Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
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
commit2f59865eff3e9454ae6020e542d11a8f6c5769ea (patch)
treeea26d906c77741280139af10ee7d04121e16dfe5
parent003cfbe84daa29d357c8d9335c6f1325c0964da5 (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>
-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