Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/mkarchiso
diff options
context:
space:
mode:
Diffstat (limited to 'mkarchiso')
-rwxr-xr-xmkarchiso2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchiso b/mkarchiso
index cb314cb..c158ef9 100755
--- a/mkarchiso
+++ b/mkarchiso
@@ -134,7 +134,7 @@ if [ "${command_name}" = "install" -o "${command_name}" = "all" ]; then
find "${instroot}/boot" -name *.img -delete
echo "Applying default configuration for the Arch ISO"
- cp -rfa ${DEF_CONFIG_DIR}/* "${instroot}"
+ cp -ra --remove-destination --no-preserve=ownership ${DEF_CONFIG_DIR}/* "${instroot}"
echo "Copyright (C) 2007, Arch Linux (Judd Vinet)" > "${instroot}/etc/copyright"