|
|
|
@ -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}
|
|
|
|
|
./config/snap-seed-parse "${chroot_root}" >> ${target_file}
|
|
|
|
|
echo "create_manifest call to snap_seed_parse finished."
|
|
|
|
|
echo "create_manifest finished"
|
|
|
|
|
}
|
|
|
|
|