summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch')
-rw-r--r--app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch12
1 files changed, 0 insertions, 12 deletions
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
deleted file mode 100644
index edaa16c..0000000
--- a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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);
- }
-