Skip to content
Snippets Groups Projects
Commit da8a8317 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

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: default avatarPierre Schmitz <pierre@archlinux.de>
parent 077e81e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment