aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-setup.c')
-rw-r--r--shell/e-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-setup.c b/shell/e-setup.c
index a3895f7e3d..66b0934760 100644
--- a/shell/e-setup.c
+++ b/shell/e-setup.c
@@ -171,7 +171,7 @@ copy_default_stuff (const char *evolution_directory)
return FALSE;
}
- command = g_strconcat ("cp -r " DEFAULT_USER_PATH " ", evolution_directory, NULL);
+ command = g_strconcat ("cp -r " DEFAULT_USER_PATH "/* ", evolution_directory, NULL);
if (system (command) != 0) {
/* FIXME: Give more help. */