mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Create a filelist whenever creating a manifest for an ubuntu-cpc project.
This commit is contained in:
parent
525f730f7f
commit
16881594e0
@ -51,6 +51,11 @@ create_manifest() {
|
||||
echo "create_manifest call to dpkg-query finished."
|
||||
./config/snap-seed-parse "${chroot_root}" "${target_file}"
|
||||
echo "create_manifest call to snap_seed_parse finished."
|
||||
if [ "$PROJECT" = ubuntu-cpc ]; then
|
||||
echo "create_manifest creating file listing."
|
||||
local target_filelist=${2/.manifest}.filelist
|
||||
(cd "${chroot_root}" && find) > "${target_filelist}"
|
||||
fi
|
||||
echo "create_manifest finished"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user