diff options
Diffstat (limited to 'src/fr-command-rpm.c')
-rw-r--r-- | src/fr-command-rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-rpm.c b/src/fr-command-rpm.c index c05c317..751f9a9 100644 --- a/src/fr-command-rpm.c +++ b/src/fr-command-rpm.c @@ -252,7 +252,7 @@ static const char * fr_command_rpm_get_packages (FrCommand *comm, const char *mime_type) { - return PACKAGES (CPIO_PATH ",rpm"); + return PACKAGES ("cpio,rpm"); } |