build-init: Also use the new cp_a for sdk extensions

tingping/wmclass
Alexander Larsson 2016-01-22 11:58:35 +01:00
parent 47fb77ec45
commit 03905e181a
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ xdg_app_builtin_build_init (int argc, char **argv, GCancellable *cancellable, GE
if (!gs_shutil_rm_rf (target, cancellable, error))
return FALSE;
if (!gs_shutil_cp_a (ext_deploy_files, target, cancellable, error))
if (!xdg_app_cp_a (ext_deploy_files, target, XDG_APP_CP_FLAGS_NO_CHOWN, cancellable, error))
return FALSE;
found = TRUE;