Fixing call to python script

This commit is contained in:
Cody Shepherd 2018-10-19 13:00:11 -07:00
parent d8af25cf65
commit a67b26cbc2
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

View File

@ -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"
}