openbsd-ports/x11/gnome/file-roller/patches/patch-src_fr-command-cpio_c

13 lines
512 B
Plaintext

$OpenBSD: patch-src_fr-command-cpio_c,v 1.4 2011/09/12 07:26:20 ajacoutot Exp $
--- src/fr-command-cpio.c.orig Tue Mar 1 19:51:35 2011
+++ src/fr-command-cpio.c Mon May 23 10:20:44 2011
@@ -240,7 +240,7 @@ fr_command_cpio_get_capabilities (FrCommand *comm,
FrCommandCap capabilities;
capabilities = FR_COMMAND_CAN_ARCHIVE_MANY_FILES;
- if (is_program_available ("cpio", check_command))
+ if (is_program_available ("gcpio", check_command))
capabilities |= FR_COMMAND_CAN_READ;
return capabilities;