diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-06-06 12:42:38 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-06-06 12:42:38 +0000 |
commit | bd52ba514b4f65584afa3168462e00aa7065a01b (patch) | |
tree | 72ac68a69fa7c885bc3c30b86c848fb7246785b8 /app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch | |
parent | Stable on x86. (diff) | |
download | historical-bd52ba514b4f65584afa3168462e00aa7065a01b.tar.gz historical-bd52ba514b4f65584afa3168462e00aa7065a01b.tar.bz2 historical-bd52ba514b4f65584afa3168462e00aa7065a01b.zip |
new release, cleanup & fixes
Package-Manager: portage-2.0.51.19
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.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..edaa16c1c6bb --- /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); + } + |