From 3f2951db3bd0fb217293609fa4498693a65e5f89 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 17 Jan 2015 12:36:43 +0200 Subject: Added file roller --- .../file-roller/files/file-roller-2.10.3-use_bin_tar.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch (limited to 'app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch') diff --git a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch b/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch new file mode 100644 index 00000000..edaa16c1 --- /dev/null +++ b/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch @@ -0,0 +1,12 @@ +diff -uNr file-roller-2.10.3/src/fr-command-tar.c file-roller-2.10.3.patched/src/fr-command-tar.c +--- file-roller-2.10.3/src/fr-command-tar.c 2005-04-22 18:39:22.000000000 +0200 ++++ file-roller-2.10.3.patched/src/fr-command-tar.c 2005-06-06 14:29:45.000000000 +0200 +@@ -225,7 +225,7 @@ + if (command != NULL) + fr_process_begin_command (comm->process, command); + else +- fr_process_begin_command (comm->process, "tar"); ++ fr_process_begin_command (comm->process, "/bin/tar"); + g_free (command); + } + -- cgit v1.2.3