diff options
Diffstat (limited to 'src/inspect_apps.c')
-rw-r--r-- | src/inspect_apps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspect_apps.c b/src/inspect_apps.c index c6ddd057..18f2ae36 100644 --- a/src/inspect_apps.c +++ b/src/inspect_apps.c @@ -72,6 +72,7 @@ guestfs__inspect_list_applications (guestfs_h *g, const char *root) if (fs->format == OS_FORMAT_INSTALLED) { switch (fs->type) { case OS_TYPE_LINUX: + case OS_TYPE_HURD: switch (fs->package_format) { case OS_PACKAGE_FORMAT_RPM: #ifdef DB_DUMP |