13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
$OpenBSD: patch-src_fr-command-rpm_c,v 1.2 2009/10/12 19:01:08 jasper Exp $
|
|
--- src/fr-command-rpm.c.orig Mon Oct 12 20:50:28 2009
|
|
+++ src/fr-command-rpm.c Mon Oct 12 20:51:03 2009
|
|
@@ -232,7 +232,7 @@ fr_command_rpm_get_capabilities (FrCommand *comm,
|
|
FrCommandCap capabilities;
|
|
|
|
capabilities = FR_COMMAND_CAN_ARCHIVE_MANY_FILES;
|
|
- if (is_program_in_path ("cpio"))
|
|
+ if (is_program_in_path ("gcpio"))
|
|
capabilities |= FR_COMMAND_CAN_READ;
|
|
|
|
return capabilities;
|