diff options
Diffstat (limited to 'configs/releng')
-rwxr-xr-x | configs/releng/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index bd67554..adbfca2 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -95,7 +95,7 @@ make_setup_mkinitcpio() { # Customize installation (airootfs) make_customize_airootfs() { - cp -af ${script_path}/airootfs ${work_dir}/x86_64 + cp -af --no-preserve=ownership ${script_path}/airootfs ${work_dir}/x86_64 cp ${script_path}/pacman.conf ${work_dir}/x86_64/airootfs/etc |