$NetBSD: patch-aa,v 1.2 2004/04/01 18:56:04 jmmv Exp $

--- src/fr-command-tar.c.orig	2004-03-08 10:20:07.000000000 +0100
+++ src/fr-command-tar.c
@@ -294,14 +294,7 @@ add_compress_arg (FRCommand *comm)
 static void
 begin_tar_command (FRCommand *comm)
 {
-	char *path = NULL;
-
-	path = g_find_program_in_path ("gtar");
-	if (path != NULL)
-		fr_process_begin_command (comm->process, "gtar");
-	else
-		fr_process_begin_command (comm->process, "tar");
-	g_free (path);
+	fr_process_begin_command (comm->process, FILEROLLER_TAR);
 }
 
 
