Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 211099
Collapse All | Expand All

(-)src/fr-command-tar.c~ (-1 / +3 lines)
Lines 321-327 Link Here
321
		g_free (e_base_dir);
321
		g_free (e_base_dir);
322
	}
322
	}
323
323
324
	if (update)
324
	if (!g_file_test (comm->filename, G_FILE_TEST_EXISTS))
325
		fr_process_add_arg (comm->process, "-cf");
326
	else if (update)
325
		fr_process_add_arg (comm->process, "-uf");
327
		fr_process_add_arg (comm->process, "-uf");
326
	else
328
	else
327
		fr_process_add_arg (comm->process, "-rf");
329
		fr_process_add_arg (comm->process, "-rf");

Return to bug 211099