parent
f2fcfb679f
commit
84ab5e40be
@ -1,11 +0,0 @@
|
||||
--- gnome-commander-1.4.7/src/utils.cc.path 2015-05-31 00:17:24.000000000 +0900
|
||||
+++ gnome-commander-1.4.7/src/utils.cc 2015-05-31 12:10:44.150102257 +0900
|
||||
@@ -113,7 +113,7 @@
|
||||
|
||||
if (gnome_cmd_data.use_gcmd_block)
|
||||
{
|
||||
- gchar *s = g_strdup_printf ("%s; %s/bin/gcmd-block", in_command, PREFIX);
|
||||
+ gchar *s = g_strdup_printf ("%s; /usr/libexec/%s/gcmd-block", in_command, PACKAGE);
|
||||
arg = g_shell_quote (s);
|
||||
g_free (s);
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
--- gnome-commander-1.6.0/src/gnome-cmd-gkeyfile-utils.cc.format 2016-10-03 05:27:02.000000000 +0900
|
||||
+++ gnome-commander-1.6.0/src/gnome-cmd-gkeyfile-utils.cc 2016-10-16 16:19:09.236055904 +0900
|
||||
@@ -106,7 +106,7 @@
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
- written = fprintf(fd, contents);
|
||||
+ written = fprintf(fd, "%s", contents);
|
||||
if (written < 0)
|
||||
{
|
||||
success = FALSE;
|
@ -0,0 +1,11 @@
|
||||
--- gnome-commander-1.6.0/src/utils.cc.path 2016-10-03 05:27:02.000000000 +0900
|
||||
+++ gnome-commander-1.6.0/src/utils.cc 2016-10-16 15:14:16.638827912 +0900
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
if (gnome_cmd_data.use_gcmd_block)
|
||||
{
|
||||
- gchar *s = g_strdup_printf ("bash -c \"%s; %s/bin/gcmd-block\"", in_command, PREFIX);
|
||||
+ gchar *s = g_strdup_printf ("bash -c \"%s; /usr/libexec/%s/gcmd-block\"", in_command, PACKAGE);
|
||||
arg = g_shell_quote (s);
|
||||
g_free (s);
|
||||
}
|
Loading…
Reference in new issue