$OpenBSD: patch-src_modules_wizard_page_200_c,v 1.2 2011/01/16 01:00:11 laurent Exp $
--- src/modules/wizard/page_200.c.orig	Sat Jan  8 16:25:59 2011
+++ src/modules/wizard/page_200.c	Sat Jan  8 16:26:40 2011
@@ -45,7 +45,7 @@ wizard_page_apply(E_Wizard_Page *pg __UNUSED__)
    // setup fileman favorites
    snprintf(buf, sizeof(buf),
 	    "gzip -d -c < %s/data/other/efm_favorites.tar.gz | "
-	    "(cd %s/.e/e/ ; tar -xkf -)",
+	    "(cd %s/.e/e/ ; /bin/pax -rk)",
 	    e_prefix_data_get(), e_user_homedir_get());
    system(buf);
    // FIXME: efm favorites linked to desktop should be an option in another
