mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-14 10:14:10 +00:00
Fixing call to python script
This commit is contained in:
parent
d8af25cf65
commit
a67b26cbc2
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user