Avoid failing to autocreate live.list.chroot in lb config when using --clean, thanks to jnqnfe <jnqnfe@gmail.com> (Closes: #770637).
This commit is contained in:
parent
2eecd1b814
commit
0290727086
|
@ -1353,6 +1353,7 @@ done
|
||||||
|
|
||||||
if [ ! -e config/package-lists/live.list.chroot ]
|
if [ ! -e config/package-lists/live.list.chroot ]
|
||||||
then
|
then
|
||||||
|
mkdir -p config/package-lists
|
||||||
|
|
||||||
cat > config/package-lists/live.list.chroot << EOF
|
cat > config/package-lists/live.list.chroot << EOF
|
||||||
live-boot
|
live-boot
|
||||||
|
|
Loading…
Reference in New Issue