diff options
author | raveit65 <[email protected]> | 2019-12-01 17:48:04 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-12-05 20:27:38 +0100 |
commit | c541db5190d60a70d16af687a0f2071f2ea1298f (patch) | |
tree | 62136e8eb64524d781e826c7a6573d619d96f49a /src | |
parent | dc5d80a7d6d3f861d6de5d3705b391a91a7209d7 (diff) | |
download | engrampa-c541db5190d60a70d16af687a0f2071f2ea1298f.tar.bz2 engrampa-c541db5190d60a70d16af687a0f2071f2ea1298f.tar.xz |
use cpio if no binary is found
origin commit:
https://gitlab.gnome.org/GNOME/file-roller/commit/eb8a7fa
Diffstat (limited to 'src')
-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"); } |