diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs.c b/src/guestfs.c index 20fafc12..0b562537 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -1158,7 +1158,7 @@ build_supermin_appliance (guestfs_h *g, const char *path, snprintf (cmd, sizeof cmd, "PATH='%s':$PATH " - "guestfs-supermin-helper '%s' %s %s", + "libguestfs-supermin-helper '%s' %s %s", path, path, *kernel, *initrd); |