Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37708102
en ru br
ALT Linux repos
S:43.0-alt1
5.0: 2.26.0-alt1
4.1: 2.22.1-alt1.qa1
4.0: 2.16.3-alt1
3.0: 2.10.3-alt1

Other repositories
Upstream:2.22.0

Group :: File tools
RPM: file-roller

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: file-roller-3.3.90-alt-zip_command.patch
Download


--- src/fr-command-zip.c~	2011-08-22 18:59:00.000000000 +0400
+++ src/fr-command-zip.c	2012-03-01 00:01:38.945527574 +0400
@@ -253,7 +253,7 @@
 	}
 
 	fr_process_add_arg (comm->process, comm->filename);
-	fr_process_add_arg (comm->process, "--");
+/*	fr_process_add_arg (comm->process, "--");*/
 
 	for (scan = file_list; scan; scan = scan->next)
 		fr_process_add_arg (comm->process, scan->data);
@@ -277,7 +277,7 @@
 	fr_process_add_arg (comm->process, "-d");
 
 	fr_process_add_arg (comm->process, comm->filename);
-	fr_process_add_arg (comm->process, "--");
+/*	fr_process_add_arg (comm->process, "--");*/
 
 	for (scan = file_list; scan; scan = scan->next) {
 		char *escaped;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin