Fixed pattern for matching manifest

sil2100/core18-pi3-arm64
Jean-Baptiste Lallement 6 years ago
parent 3075d65578
commit e0ed85c400

@ -69,7 +69,7 @@ build_layered_squashfs() {
create_manifest "chroot" "${squashfs_f_manifest}.full" create_manifest "chroot" "${squashfs_f_manifest}.full"
# Delta manifest # Delta manifest
diff -NU0 ${PWD}/livecd.${PROJECT}.[0-9]{2..2}-${prevpass}.manifest.full ${squashfs_f_manifest}.full|grep -v ^@ > $squashfs_f_manifest diff -NU0 ${PWD}/livecd.${PROJECT}.[0-9][0-9]-${prevpass}.manifest.full ${squashfs_f_manifest}.full|grep -v ^@ > $squashfs_f_manifest
squashfs_f_size="${base}.size" squashfs_f_size="${base}.size"
du -B 1 -s "chroot.${pass}/" | cut -f1 > "${squashfs_f_size}" du -B 1 -s "chroot.${pass}/" | cut -f1 > "${squashfs_f_size}"

Loading…
Cancel
Save