From a67b26cbc2ef225f01e78445fde21294d70774e4 Mon Sep 17 00:00:00 2001 From: Cody Shepherd Date: Fri, 19 Oct 2018 13:00:11 -0700 Subject: [PATCH] Fixing call to python script --- live-build/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/functions b/live-build/functions index 69edbce6..bd84c242 100644 --- a/live-build/functions +++ b/live-build/functions @@ -49,7 +49,7 @@ create_manifest() { echo "create_manifest chroot_root: ${chroot_root}" dpkg-query --show --admindir="${chroot_root}/var/lib/dpkg" > ${target_file} echo "create_manifest call to dpkg-query finished." - /build/config/snap_seed_parse "${chroot_root}" >> ${target_file} + /build/config/snap-seed-parse "${chroot_root}" >> ${target_file} echo "create_manifest call to snap_seed_parse finished." echo "create_manifest finished" }